Question

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.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top