fthzkrtn / jofc2

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

xAxis min and max not valid when large #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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