You must be logged in to post your query.
Home › Forums › Chart Support › Dynamic adding elements
Hi!
After a chart is rendered, is it possible to dynamically add elements such as a index label, a marker …? I know I could modify the json object and render the chart again, but I would prefer avoid it.
I’m looking for something like: … chart.render(); … char.addMarkerForPoint(x, y, markerInfo);
Thanks in advance, Pepe
Pepe,
As of now modifying the options (JSON) is the only way to update the chart.
— Sunil
You must be logged in to reply to this topic. Login/Register