mohamad mteyrek Report post Posted July 12, 2019 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. Share this post Link to post Share on other sites
Akash Biswas Report post Posted August 26, 2019 Hi, In a Drag node chart, the getJSONData() API method fetches the dataSource that is initially set to the chart constructor. Any changes by dragging does not modify the dataSource, so getJSONData() will always fetch the initial dataSource irrespective of any drag modification visually. Thanks, Akash. Share this post Link to post Share on other sites