tutibordoloi Report post Posted August 11, 2014 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
Moonmi Sonowal Report post Posted August 12, 2014 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