LarissaHortencio10 / charts4j

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

Using integer data without scaling #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Want to add an array of integers as my dataset
2. Integers are less than 4095
3. Unable to add this kind of numbers without data scaling

I want to create a chart on a set of integers and don't want to scale them.
But my numbers are greater than 100 (but less than 4095 so extended
encoding can be used)

the library doesnt seem to support this

Original issue reported on code.google.com by sparshpo...@gmail.com on 26 Jun 2009 at 6:59