Hello,
I'm trying to use the function getJSONData to get updated informations.
The data that i'm getting are not updated.
dataplotClickHandler(eventObj, dataObj) {
this.zone.run(() => {
console.log(this.chartObj.getJSONData());
});
}
Attached the issue.
Thank you.