Comments on: Open Flash Chart II – Horizontal Bar Graph http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/ Fri, 17 Dec 2010 14:30:47 +0000 hourly 1 https://wordpress.org/?v=5.6 By: Jhony http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-18261 Fri, 17 Dec 2010 14:30:47 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-18261 Hi I need to plot horizontal groups as shown in this link
http://ofc2dz.com/OFC2/examples/HorizontalBars.html
but I see an improvement here to apply how to resolve this

]]>
By: charlie http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-15944 Thu, 28 Oct 2010 13:50:13 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-15944 In reply to Muni.

1) “Page Views” text – not sure what you mean exactly, where is it showing up? Does the example you are using show it as well? Is it something that can be taken out in the code?
2) Adding 5 elements to Y Axis breaks Graph – do you have the same number of elements as you do labels? I’ve had thousands of entries, so we’d have to look at what you have.
3) No tooltip – this might be related to #2 above. Post a snippet of your code to gist or pastie.

]]>
By: Muni http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-15905 Thu, 28 Oct 2010 05:14:27 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-15905 This Example worked as it is intended. However there are couple of things I need to clarify.

In the graph, I am getting the text like “Page Views”.. How to remove this?

And also when I add another 5 elements to the Y.axis, the Graph is broken. How to add as many elements to the Y.axis? Any way that we can manage the Bar width and color?

And also I am not getting the Tooltip! please help!

Munendra Chevuru (Muni)

]]>
By: jano http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-1241 Mon, 21 Sep 2009 16:05:41 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-1241 Horizontal stacked bar support is missing in official ofc2. For a patch, see
http://ofc2dz.com/OFC2/examples/HorizontalStackedBars.html

]]>
By: durike http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-1239 Mon, 21 Sep 2009 12:59:30 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-1239 Mikyl: you can add more HBars to one chart, just try it and I think you’ll get it.

]]>
By: Andrew Kaspick http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-705 Wed, 30 Jul 2008 15:47:00 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-705 This example wasn’t working for me. I checked the output of your graph by viewing the returned json with what my version was returning and your copy differed in how the "labels" were output.

I removed the set_labels and labels methods in the plugin and now I get the same results as your example.

Any reason why the label code is needed as it seems to "not work"?

Thanks

]]>
By: Andrew Kaspick http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-706 Wed, 30 Jul 2008 15:47:00 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-706 The month names on the x-axis also don’t seem to display. I tried a few things, but nothing seemed to work.

]]>
By: charlie http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-707 Wed, 30 Jul 2008 15:47:00 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-707 @Andrew K. – Hey thanks .. the label code should not be at the open flash chart object level, I think those changes are only needed for XAxis. I fixed this in the most recent code and committed. Also, it should not be x.set_labels_from_array, it should have just be x.set_labels. So the month names should show up now.

]]>
By: Cecci http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-708 Wed, 30 Jul 2008 15:47:00 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-708 In the graphs of horizontal bars can they add lines on every bar? To do graphs Gantt? Or already there exists inside the plugin a way of doing graphs Gantt?

]]>
By: Cecci http://pullmonkey.com/2008/07/30/open-flash-chart-ii-horizontal-bar-graph/comment-page-1/#comment-709 Wed, 30 Jul 2008 15:47:00 +0000 /2008/07/31/open-flash-chart-ii-horizontal-bar-graph#comment-709 Also might it do that they are read the months, activities and the points to create the bars of the database?

]]>