mohamad mteyrek

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by mohamad mteyrek

  1. getJSONData

    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.