Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2515
How to access data in igDataChart
posted

We are using an API call to populate an igDataChart. So we set the chart properties something like the following when instantiating.

dataSourceType: "remoteUrl",
dataSource: "/someapi",

Later we may have to do this at the series level.

Regardless, we need to access the array object containing the data returned to the chart by the API. I can't find a property, method, or event that permits doing that.

How can this be accomplished?

Parents Reply Children
No Data