issue with big value

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
agscontact
Posts: 13
Joined: Mon Dec 01, 2008 4:31 am

issue with big value

Post by agscontact » Mon Jan 19, 2009 3:39 am

dataset.addValue(280230678127188512.0, "1", "1");

i have created a bar chart using the above big value
why i am not able to find the y axis label for 280230678127188512.0

y axis labels are missing.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Jan 20, 2009 10:15 am

This is a design flaw that affects very large and very small data values:

https://sourceforge.net/tracker2/index. ... tid=115494

I will try to fix this for the next release.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked