getJSONData in Bug Reports Posted July 12, 2019 · Report reply 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.
getJSONData
in Bug Reports
Posted · Report reply
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.