The documentation says to use formatNumberScale = 0
in order to eliminate decimals from the x,y veritcal axis. I've tried
everything under the sun and can't get the decimals eliminate. I want
the comma for thousands indicator so I didn't just turn formatNumber=0
Any thoughts? The follow are the parameters i sending.
$strParam = "caption=".$head_row[0]." Active Home Report;subCaption=;xAxisName=Day;yAxisName=# Active;rotateNames=1;showColumnShadow=1;showAlternateHGridColor=1;
AlternateHGridColor=ffCD38;
divLineColor=ffCD38;divLineAlpha=20;alternateHGridAlpha=5;
canvasBorderColor=666666;baseFontColor=666666;showValues=0;
showBorder=1;showNames=1;formatNumberScale=0;numberSuffix= Homes;
formatNumberScale='0';forceDecimals='0';yAxisValueDecimals='0',xAxisValueDecimals='0'";