1

For the moment lets say I have plotted a LineChart with the below code.

chart.addPlot("default",{
    type:"Lines",
    markers: true
    tension: 'S',

});

How do I swtich the type of the chart in the middle.

1 Answer 1

1

Found solution which is just rewrite the code and it will be overwritten.

Not the answer you're looking for? Browse other questions tagged or ask your own question.