delaware Report post Posted June 11, 2013 Hello, Is there any decent documentation available for the following example: http://docs.fusioncharts.com/charts/Code/JavaScript/ZoomLine/Index.html I'm using xml data for a large date period and would like the users to input a start and end date (for example: xx/xx/xxxx) within the start index and end index fields. I can't find any suitable documentation to make my example work. In the following example xml is auto generated. Any help is highly appreciated, thanks! Share this post Link to post Share on other sites
Haritha Report post Posted June 12, 2013 Hi, Welcome to FusionCharts Forum The link you have specified about is a sample of Zoom line chart. Though the XML is dynamically generated in the sample, you may use your own XML and modify its contents according to the requirements. Documentation is available for the Zoom line chart at http://docs.fusioncharts.com/charts/contents/ChartSS/ZoomLine.html Also, if you would like the users to input a start and end date instead of the start index and end index fields, you may need to calculate the start index and end index based on these dates and zoom the chart accordingly. Hope this helps. Share this post Link to post Share on other sites
delaware Report post Posted June 12, 2013 Thanks, yeah I've used the zoom line chart by itself and it works great. I'm just trying to figure out how to put the hooks for the start and end index fields. I'll give it another shot thanks. Share this post Link to post Share on other sites
Haritha Report post Posted June 13, 2013 Hi, You may take your own time in trying it. Please feel free to contact us if you need any help. Happy FusionCharting Share this post Link to post Share on other sites