kenzzii / mtchart

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

Scaling doesn't work if only one limit is set #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call setFixedScale(0, NULL, 4);

What is the expected output? What do you see instead?

The scaling engine interprets the NULL value as 0 because there is a 0 value 
set. It should treat the first value as origin for the scaling engine.

Original issue reported on code.google.com by 128625 on 2 Jul 2009 at 3:39

GoogleCodeExporter commented 8 years ago
Fixed in revision 24. Renders SCALES_START0 basically useless now.

Original comment by 128625 on 3 Jul 2009 at 2:24