Home Forums Chart Support Dynamic adding elements

Dynamic adding elements

Viewing 2 posts - 1 through 2 (of 2 total)
  • #5587

    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

    #5593

    Pepe,

    As of now modifying the options (JSON) is the only way to update the chart.


    Sunil

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.