prabhu.jeevan

Regarding Crosshairs

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now