echarts-gl
echarts-gl copied to clipboard
[Bug] Getting error when setOption() with linesGL series
I'm using linesGL series to drawn big lines data. Unfortunately, I get an error if setOption() when linesGL series is already available
Link to Minimal Reproduction
https://codepen.io/tigemi/pen/NWBRpvK
Steps to Reproduce
- Open the reproduction link
- Open the CONSOLE of the browser (not codepen.io console)
- Click on the
Set titlebutton on the UI preview
Current Behavior
There is an error

And the title is also not set
Expected Behavior
The title must be set and there is no any error appears.
The bug is related to linesGL. When series type is replaced with "lines", there is no error. Demo Code Using series type linesGL with coordinateSystem other than geo is not recommended. linesGL is not even documented officially, there is just one example published.