Pergunta

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.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top