LarissaHortencio10 / charts4j

Automatically exported from code.google.com/p/charts4j
Other
0 stars 0 forks source link

Allow custom data range (chds) #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It took me a LOT of debugging to find out that charts4j doesn't allow values 
over 100. This is a very odd limitation, considering that the charts API 
supports a custom data range via the chds parameter. At the very least 
Data.MAX_VALUE could be converted to a field instead of a constant.

Original issue reported on code.google.com by keithl on 14 Jun 2010 at 3:55

GoogleCodeExporter commented 8 years ago
I will look into it, but keep in mind that you can scale your data with the 
DataUtil class: 
http://charts4j.googlecode.com/svn/tags/v1.2/doc/com/googlecode/charts4j/DataUti
l.html

Original comment by Julien.C...@gmail.com on 14 Jun 2010 at 6:22

GoogleCodeExporter commented 8 years ago
neat! wish I had known that. it might as well auto-scale the data without even 
asking, eh? or would that be too confusing?

Original comment by keithl on 14 Jun 2010 at 7:33

GoogleCodeExporter commented 8 years ago

Original comment by Julien.C...@gmail.com on 7 Jan 2011 at 4:52