I need a bar chart with panning, the data will come from a series of Ajax calls – meaning that when the user pans to the extent of the data, I require the chart to provide an event, so that I can populate more data.
How can I achieve this this canvasjs?
Thanks.