gslender / ofcgwt

Automatically exported from code.google.com/p/ofcgwt
0 stars 0 forks source link

StackedBarChart doesnt work #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the method: "addBarCharts" then add StackedBarChart 
2. It is almost copy paste of the first barchart.
3. Run the example and you will see nothing.
4. I have debugged the json output and it is not creating the same output
as on the example that is working on this page:
http://teethgrinder.co.uk/open-flash-chart-2/stacked-bar-chart.php

What is the expected output? What do you see instead?
I am expecting to see stacked bars.

What version of the product are you using? On what operating system?
GWT 1.5.2
Java 1.6
OFCGWT 1.0.1 
Windows XP

Please provide any additional information below.
My guess is that the problem is located in the StackedBarChart class. First
of all the values is added wrongly. The addStack is never producing a
collection in collection which is making the stacks.

Original issue reported on code.google.com by kodeperk...@gmail.com on 22 Oct 2008 at 1:30

GoogleCodeExporter commented 9 years ago
are you able to send me the java code you are using to create the stacked bar 
chart?
it would really help if I can get this so I can replicate the bug you are 
seeing.

thanks
grant

Original comment by gslen...@gmail.com on 22 Oct 2008 at 8:40

GoogleCodeExporter commented 9 years ago
sorry - I've found the issue and there is no need to send an example. I hope to 
publish an update and new release within the next 12 hours. There was a 
significant 
change to the code to fix this bug. It should change the usage though - all 
internal.

I'm also adding a StackChart to the demo.

Original comment by gslen...@gmail.com on 23 Oct 2008 at 2:11

GoogleCodeExporter commented 9 years ago
Latest release 1.0.2 has fix

Note that OFC flash swf seems to have limited StackBarChart support (ie tips 
don't
show for individual bars) but if you need focus and attention, please raise that
issue on http://forums.openflashchart.com/

Original comment by gslen...@gmail.com on 23 Oct 2008 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by gslen...@gmail.com on 9 Jan 2009 at 5:08