Rajkumar Report post Posted October 20, 2010 Hi, I am trying to plot a discontinuous multi series data. For example think of 24 hour time period traffic graph. For every minute I am plotting data. I have 1440 points and I don't know which points that does not have a value. And for example series 1 may have a point for a minute and other series may not. How to define category label now. And dont you have auto label-ing is if I set the start and end time and tick units may be. Thanks Raj Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 21, 2010 Hi Rajkumar, Welcome to FusionCharts forum. In this case please try using the attribute "labelstep" in the <chart> element. Please note, in case the datavalues that you are providing are dynamic, then you need to create your own logic using the "labelStep" attribute. Ref.- http://www.fusioncharts.com/docs/?AttDesc/DataLabels.html I hope this helps. Share this post Link to post Share on other sites