mengding / jofc2

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

Line charts do not show values added as Number #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
LineChart does not enclose Number values added with addValues into a Dot 
object (LineChart.addValues(...) method) and thus no values are shown in 
the graph, because they are translated as Strings into JSON.

Attached is a patch to solve this.

Original issue reported on code.google.com by daniel.f...@gmail.com on 9 May 2009 at 12:29

Attachments:

GoogleCodeExporter commented 9 years ago
Corrected

Original comment by pierreyv...@gmail.com on 6 Apr 2010 at 7:09

GoogleCodeExporter commented 9 years ago
I revert since I could not to reproduce this issue.
You can have a mix of number values and dot value, but they are never 
translated as 
String in the JSON
Please attach example.

Original comment by pierreyv...@gmail.com on 6 Apr 2010 at 7:34