alik Report post Posted August 6, 2010 (edited) Try to generate Column2D chart on the following data: <chart decimals="0" /> <set label='A' value='1' /> <set label='B' value='1' /> <set label='C' value='1' /> </chart> you will get the following result: Note, that Y axis' labels go as 0, 0, 1, 1, 1... P.S. The software that runs the forum doesn't let me to post xml, even within |code| |/code| tags. I had to use a screen shot instead. Edited August 6, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 8, 2010 Hi Alik, Welcome to FusionCharts forum. FusionCharts by default calculates the values of Y-axis, based on the data values specifications of the chart. In case you wish to specify the number y-axis values, please try using the attribute "numDivLines" in the <chart> element along with setting the value of the attribute "audjustDiv" to '0'. Also please note, in this case you need to specify the values of the attributes "yaxisminvalue" and "yaxismaxvalue" as well. Ref.- http://www.fusioncharts.com/docs?/AttDesc/DivLines.html Hope this helps. Share this post Link to post Share on other sites
alik Report post Posted August 9, 2010 Basundhara Ghosal (8/8/2010)Hi Alik, Welcome to FusionCharts forum. FusionCharts by default calculates the values of Y-axis, based on the data values specifications of the chart. In case you wish to specify the number y-axis values, please try using the attribute "numDivLines" in the <chart> element along with setting the value of the attribute "audjustDiv" to '0'. Also please note, in this case you need to specify the values of the attributes "yaxisminvalue" and "yaxismaxvalue" as well. Ref.- http://www.fusioncharts.com/docs?/AttDesc/DivLines.html Hope this helps. Unfortunately, in my application I can't tell upfront what Y min, Y max and number of division lines should be. The only thing I know is that ALL my numbers will be integers. Is there a way to tell FusionCharts to place the divLines only at integer positions and let the chart to figure the number of divLines? Thank you! Share this post Link to post Share on other sites
Sanjukta Report post Posted August 9, 2010 Hi Alik, Is there a way to tell FusionCharts to place the divLines only at integer positions and let the chart to figure the number of divLines? I am afraid, FusionCharts does not support any other method except setting the minimum and maximum values of Y-Axis explicitly, as of now. The charts calculate the number of div lines and their respective values based on the data provided to the chart. Please feel free to revert in case you have any further queries. Share this post Link to post Share on other sites