voidlabs / elycharts

Interactive Javascript (SVG|VML) Charting Library
http://elycharts.com
Other
10 stars 6 forks source link

Computation of Y axis on "zeroed" serie #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Showing a single serie with all 0 values show "120%" on the Y axis. It would be 
better to either not show the axis or use "100%" as the maximum value.

(maybe related to #4)

Original issue reported on code.google.com by stefano....@gmail.com on 22 Sep 2010 at 10:57

GoogleCodeExporter commented 9 years ago
Please specify better the type of chart and the configuration (no elycharts 
graph show number with "%" in axis, so i think it should be some of your 
configuration settings).

I've tested a chart with al "0" and it show y axis from 0 to 1.

Keep in mind that if you use normalization, and (for example) y axis has 4 line 
(3 steps), he should normalize max value to 1.2 (1 could not be divided by 3).
You could change that behaviour with "axis.normalize" and "axis.ny".

Original comment by eric.g...@gmail.com on 22 Sep 2010 at 11:20

GoogleCodeExporter commented 9 years ago

Original comment by stefano....@gmail.com on 7 Aug 2011 at 6:54