Home › forums › Feature Requests & Feedback › How to loading data with AJAX Calls
Tagged: AJAX, dynamic data, zoom
I have created a graph http://nrb.org.np/fxm/forex_graph.php but the data to be loaded is quite large. SO I wish the functionality of loading indepth data when the user zooms the area by pinching. Is there any way to load data dynamically via ajax on Zoom in/out events? Thanks.
Hi,
Here is an example of loading data with AJAX calls. And for loading data dynamically on Zoom in you can change e.chart.options using rangeChanging event.
You must be logged in to reply to this topic.