Frage

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.

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top