What steps will reproduce the problem?
1. xAxis.setMin(12543516000) (a date)
2. results in this JSON: "x_axis":{"min":1.2543516E9,.. with "E" for
engineering print.
final XAxis xAxis = new XAxis();
xAxis.setMin(12543516000);
What is the expected output? What do you see instead?
1.2543516E9 I would expect 12543516000
This is not parsed by the swf object
example: http://teethgrinder.co.uk/open-flash-chart-2/x-axis-date.php
What version of the product are you using? On what operating system?
1.0 and Windows
Please provide any additional information below.
JDK 1.6.0_13
Original issue reported on code.google.com by beno...@gmail.com on 13 Nov 2009 at 7:41
Original issue reported on code.google.com by
beno...@gmail.com
on 13 Nov 2009 at 7:41