fthzkrtn / jofc2

Automatically exported from code.google.com/p/jofc2
GNU Lesser General Public License v3.0
0 stars 0 forks source link

AreaLineChart encodes incorrectly to json #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create AreaLineChart
2. Add values
3. I put x/y axis

What is the expected output? What do you see instead?
Expected: area
Found: area_line

What version of the product are you using? On what operating system?
latest from trunk

Please provide any additional information below.
I modified the json response an changed area_line to area and then gets
rendered in the flash
Thanks

Original issue reported on code.google.com by jordi.do...@gmail.com on 24 Sep 2009 at 12:52

GoogleCodeExporter commented 9 years ago
Fixed in r27. Have removed elements 'area-line' and 'area-hollow', which have 
been
replaced by just 'area'.

Original comment by b.mun...@gmail.com on 18 Mar 2010 at 10:54