I’m using Highsoft HighStock to display a graph of trending data. The graph works great when the data is first loaded, but as soon as a change is made – using either the Series object’s setData() or addPoint() functions – there are always errors along the lines of oldData[i].destroy is not a function. I even got the error when playing with their JSFiddle example.
I’m using Highsoft HighStock to display a graph of trending data. The graph works
Share
After reading a bit on the Highsoft support forums, I discovered that Highcharts has a few different versions of HighStock floating around; I downloaded a newer version of Highstock from github instead of the version on their website, and all my problems were solved.