SantoshsLonkar Report post Posted November 20, 2012 Hi, i want to show YAxis interval in time format like 9, 9.30,10,10.30,11,11.30 etc. kindly let me know, how i will do this. regrads Santosh Lonkar Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 21, 2012 Hi Santosh, Welcome to the FusionCharts Forum Thank you for the post. y-axis values depend on the data values in the chart. You will not be able to control it explicitly. However, you may customize the number of values visible, font, etc., Hope this helps! Share this post Link to post Share on other sites
SantoshsLonkar Report post Posted May 15, 2013 Hi, when we bind value to the chart then chart display value in 0-100 interval instead of 0-60. is there any way we mention datatype time to y axis interval regards Santosh Share this post Link to post Share on other sites
Swarnam Report post Posted May 16, 2013 Hi Santosh, If you would like to display the scaling of Y axis based on time intervals, build a scale indicating time and then specify it to the chart. Ref. code: <chart defaultNumberScale='m' numberScaleValue='60,24,7' numberScaleUnit='hr,day,wk' scaleRecursively='1' ... > Please refer for more information at: http://docs.fusioncharts.com/charts/contents/advanced/number-format/Rec_Num_Scaling.html Hope this helps. Share this post Link to post Share on other sites