How can I reset the styles given to series in Highcharts?

前端 未结 4 1132
执笔经年
执笔经年 2021-01-18 07:31

I am using Highcharts to render some graphs to my website. Sometimes, I need to remove all series from the chart and add some new series to the chart, because I requested so

4条回答
  •  一整个雨季
    2021-01-18 08:05

    try using addClass() method. suppose your container is some element X having id Y. put style information inside head as,

    
    

    then every time you are adding data to any element call addClass("Y") on that element.

提交回复
热议问题