prabhu.jeevan Report post Posted June 6, 2013 Hi, i).How can i enable the cross hairs in the chart.. ii).I would like to set interval in Y axis... How? regards Prabhu Share this post Link to post Share on other sites
Sanjukta Report post Posted June 6, 2013 Hi, i).How can i enable the cross hairs in the chart.. ii).I would like to set interval in Y axis... How? regards Prabhu Hi, Please note that FusionCharts does not support cross hairs on the charts as of now. For the Y-axis interval. you would need to specify the "numDivLines" value accordingly. For instance, you intend to show the Y-axis interval as 10, 20, 30, ..., 90, 100, you would need to set the "yAxisMinValue" and "yAxisMaxValue" to '0' and '100' respectively. Also, the "numDivLines" should be set to '9' in order to display an interval of 10 along the Y-axis. Hope this helps. Share this post Link to post Share on other sites
Cristi S. Report post Posted July 26, 2017 Hi guys. That's an old message (four years ago), so I have to ask: any change today? Does FusionCharts support crosshairs or trackballs (see this) today? Thanks, Cristian Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted July 27, 2017 Hi, FusionCharts supports cross line feature from version 3.12.0, you can enable cross line feature using drawCrossLine attribute at the chart level and set its value as 1 Please check this documentation url for details - http://www.fusioncharts.com/dev/basic-chart-configurations/cross-line.html For further reference please check this sample fiddle - http://jsfiddle.net/fusioncharts/rx2p5m1r/ Share this post Link to post Share on other sites
Cristi S. Report post Posted July 27, 2017 Well, it was good to ask It took me a while to figure out it works on msline, but not on msspline... Thanks, Ayan. -C Share this post Link to post Share on other sites