Given the following pen: https://codepen.io/lukasleitsch/pen/VRqWam It is not possible to update the series with more items than it was initialized with ``` this.series = [{...}] this.series = [{...}, {...}] == ERROR ``` You can reproduce the bug in the codepen.