Sign in to follow this  
tutibordoloi

Getting ZoomLine Chart Zoom Range

Recommended Posts

Hi I am using Fusion Chart Zoom Line chart to show a trend line chart on historic data-set. Is there any way to get the range selected on the zoom line chart for zoom, I need it cross filter some other charts along with the range that was selected on the zoom line chart. Do you provide any api using which I can get zoom range.

 

Thanks

Share this post


Link to post
Share on other sites

Hi tutibordoloi,

 

You can get the range selected on the zoom line chart with the getViewStartIndex() and the getViewEndIndex() functions which will allow you retrieve the start and end index value of the chart . The functions will return the index value as numbers of data from subset currently in view. Do go through the following link for more zoomline JavaScript API. 

 

 

http://docs.fusioncharts.com/charts/contents/JavaScript/API/SpecialCharts/ZoomLine_JSAPI.html.

 

Thanks.

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
Sign in to follow this