Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bar_chart = Gchart.bar(:size => '500x400',:theme => :keynote, :title => " Top 5 Failed Actions for the Month",:bg => 'efefef',:stacked =>false,:legend => [label[0],label[1],label[2],label[3], label[4]],:axis_with_labels => ['x', 'y','t'],:data => [[5624], [5601], [5391], [5328],[4396]], :format => 'file',:filename => '/home/vic/bar_chart.png',)
Advertisement
Add Comment
Please, Sign In to add comment