Releases: ecomfe/echarts-gl
Releases · ecomfe/echarts-gl
2.0.0-rc.2
release 2.0.0-rc.2
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
-
[map3D] Fix labels not shown bug.
-
A huge performance improvement on mouse event detecting due to commit pissang/claygl@1401e70
1.0.0
1.0.0-beta.6
[flowGL]
- Add
supersampling
property for supersampling antialiasing. - Add
particleType
property. Which can be'point'
,'line'
. The animation will look much smoother whenparticleType
is'line'
[Bug fixes]
- Fix can't find parseGeoJSON method bug. See apache/echarts#7079
[modules]
- Changed to ES6 module.
1.0.0-beta.5
-
[+] Add flowGL series.
-
[^] Fix label color can't be set bug after echarts is upgraded to 3.7.0
-
[^] Much more configs of style on label. See https://ecomfe.github.io/echarts-doc/public/en/option.html#series-scatter.label.normal
-
[^] Fix preZ will cause pixels missing during animation.