superman66 / vue-highcharts

The Component of Vue 2.x for highcharts
https://codesandbox.io/s/jjyqvv0k13
MIT License
115 stars 48 forks source link

Change data #16

Closed joshharington closed 6 years ago

joshharington commented 6 years ago

How do I change the data of a series? I am able to remove series using the removeSeries() function but am unable to add series with data back.

superman66 commented 6 years ago

you can use addSeries()

joshharington commented 6 years ago

@superman66 I am using addSeries() and it adds to the legend but no data shows.

superman66 commented 6 years ago

I update demo. Added removeSeries() and addSeries(), you can see demo

bmarkovic commented 6 years ago

Your demo link doesn't work. Please consider using JSFiddle, Codepen or CodeSandbox where demos won't just mysteriously disappear after a couple of months, code will be instantly visible along with the results and people can continue experimenting in the browser with your demo to tune it to their needs before they can get back to work.

This is doubly so for fickly, capricious, DOM-bound software from a different era like Highcharts.

superman66 commented 6 years ago

@bmarkovic Thank you for your suggestion! I have create a demo in CodeSanbox: Vue-Highcharts Demo