Skip to content

Releases: ecomfe/echarts-gl

2.0.0-rc.2

22 Dec 05:29
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release
release 2.0.0-rc.2

1.1.2

29 Oct 03:25
Compare
Choose a tag to compare

Surface

  • [enhance] Enhance data shape guessing from the data array.

1.1.1

03 May 05:44
Compare
Choose a tag to compare
  • Upgrade to latest ClayGL and ECharts

1.1.0

28 Feb 06:52
Compare
Choose a tag to compare
  • Add maptalks3D component.

  • Upgrade to latest ClayGL and ECharts

1.0.2

30 Jan 09:31
Compare
Choose a tag to compare

Bug fixes

  • Fix dispose, clear may throw error. See #181 #163

  • [grid3D] Fix axisPointer not shown when showing the splitArea

1.0.1

23 Jan 07:40
Compare
Choose a tag to compare
  • [map3D] Fix labels not shown bug.

  • A huge performance improvement on mouse event detecting due to commit pissang/claygl@1401e70

1.0.0

16 Jan 03:06
Compare
Choose a tag to compare
  • [+] Add polygons3D for building visualization.

  • [+] Add linesGL for 2d lines acceleration

  • [+] linesGL, polygons3D, scatterGL support incremental rendering

  • [^] Updated to ECharts 4.0 and ClayGL 1.0

1.0.0-beta.6

29 Nov 08:59
Compare
Choose a tag to compare

[flowGL]

  • Add supersampling property for supersampling antialiasing.
  • Add particleType property. Which can be 'point', 'line'. The animation will look much smoother when particleType is 'line'

[Bug fixes]

[modules]

  • Changed to ES6 module.

1.0.0-beta.5

12 Sep 07:15
Compare
Choose a tag to compare

1.0.0-beta.4

28 Jul 06:56
Compare
Choose a tag to compare
  • [^] [bar3D] Fix bar3D layout on geo3D. See #85

  • [^] [geo3D][map3D] Support mouse interaction when instancing: true

  • [^] [IE] Fix chart with transparent color may have bug in IE. See #102

  • [^] [tooltip] Improve tooltip.

  • [^] Add preZ optimization for large scene.