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