CFchart: yaxis ScaleMin ignored
Has anyone else had a problem with yaxis ignoring the scalemin? I have a line graph where my lowest number may be 0, but will never be negative. If there is data that is 0, the yaxis goes to a negative number.
If I put yaxis scalemin="0", it ignores it unless I put in labelcount.
Then the numbers are no longer grouped nicely by thousands (they go to 3 decimal points... I have only Integers!!!!).
Then to fix this, I tried this:
<yAxis scaleMin="0" labelcount="6">
<labelFormat pattern="##,##00"/>
<parseFormat pattern="##,##00"/>
<groupStyle>
<format pattern="##,##00"/>
</groupStyle>
</yAxis>
Now it ignores the patterns! All I want to cahnge is the scale min, and now I'm putting fixes on top of fixes!
If someone can help, please do!
