Skip to content

Commit

Permalink
Highstock: Fixed #5884, optimizing addSeries.
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Oct 27, 2016
1 parent 08e2e38 commit 7e289fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/parts/Scroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ Navigator.prototype = {
if (this.series) {
this.removeBaseSeriesEvents();
each(this.series, function (s) {
s.remove();
s.destroy();
});
}

Expand Down

0 comments on commit 7e289fb

Please sign in to comment.