peris Report post Posted July 3, 2009 Please check the following screen shot. I need to display y axis only whole number(1,2,3,4,5,6,7,8,9,.... etc). But now it shows(0.9, 0.95, 1, 1.05,1.1,1.15). Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 3, 2009 Hello, Could you please try adding <chart.. decimals='0' ..> and try again? I hope this helps. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 3, 2009 We are always happy to helps. Share this post Link to post Share on other sites
peris Report post Posted July 3, 2009 <chart caption='$caption' xAxisName='$xAxis' yAxisName='$yAxis' seriesNameInToolTip='1' labelDisplay='Rotate' slantLabels='1' canvasPadding='50' lineThickness='1' showValues='0' formatNumberScale='0' anchorRadius='2' decimals='0' divLineAlpha='30' divLineColor='CADCE6' divLineIsDashed='1' showAlternateHGridColor='1' alternateHGridColor='000000' shadowAlpha='10' labelStep='$labelStep' numvdivlines='5' chartRightMargin='35' bgColor='CADCE6,FOFOFO' bgAngle='270' bgAlpha='100,0' alternateHGridAlpha='5' setAdaptiveYMin='1' exportEnabled='1' exportAtClient='0' exportFileName='CEM4Mobile' exportAction='download' exportHandler='$imageURL'> </chart> I have added decimals='0', but the problem is continue . So please check my <chart> tag and guide me. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 3, 2009 Hello Peris, The configuration of the Y-axis values are dependent on the data values that are provided in the <set> element. The chart itself calculates the Y-axis div values and they can not be modified beyond a few parameters like numDivLines etc, as of now. Share this post Link to post Share on other sites