Skip to content

Releases: ecomfe/echarts-gl

1.0.0-beta.3

26 Jul 08:32
Compare
Choose a tag to compare

[+] [viewControl] Add projection. Support 'orthographic' and 'perspective'. orthographicSize, minOrthographicSize, maxOrthographicSize can be used for zoom when projection is orthographic

[^] [viewControl] rotateSensitivity, panSensitivity can use array to set horizontal and vertical sensitivity individually

1.0.0-beta.2

07 Jul 08:24
Compare
Choose a tag to compare
  • [^] [map3D][geo3D] map property support use GeoJSON directly.

  • [^] [postEffect] Improve SSAO and SSR when using tiling normalTexture.

  • [^] [mapbox] Fix boxHeight not work.

1.0.0-beta.1

30 Jun 09:56
Compare
Choose a tag to compare
  • [^] [graphGL] Support mouse interaction and events.

  • [^] [graphGL] Support labels.

  • [^] [graphGL] x, y in data will be written after layout.

  • [^] [mapbox] Fix style refresh when setOption. See #83

  • [^] [lines3D] Optimize lines draw.

1.0.0-alpha.9

20 Jun 09:13
Compare
Choose a tag to compare
  • [+] [bar3D] Support stack.

  • [^] [postEffect] Improve bloom blending with html background.

1.0.0-alpha.8

19 Jun 12:20
Compare
Choose a tag to compare
  • [^] [mapbox] Improve line3D trail effect on mapbox.

  • [^] Fix texture tiling not work for NPOT images.

  • [^] [geo3D][map3D] groundPlane can have separate realisticMaterial, colorMaterial, lambertMaterial

1.0.0-alpha.7

15 Jun 15:54
Compare
Choose a tag to compare
  • [^] [postEffect] Fix SSAO intensity not work bug.

  • [^] [scatter3D] [scatterGL] Improve small points rendering.

  • [^] [realisticMaterial] [lambertMaterial] [colorMaterial] baseTexture renamed to detailTexture.

  • [^] [realisticMaterial] Add roughnessAdjust and metalnessAdjust.

  • [^] Support series.encode and series.dimensions.

  • [^] [mapbox] Improve screenSpaceReflection and screenSpaceAmbientOcculusion on mapbox.

  • [^] [viewControl] Fix finger rotate not work on mobile.

  • [^] Fix transparent triangles sort.

  • [^] [mapbox] Fix map3D location can't change on mapbox.

1.0.0-alpha.6

09 Jun 08:35
Compare
Choose a tag to compare
  • [+] Add mapbox component. Which can be coordinate system of scatter3D, map3D, bar3D, lines3D.

  • [+] [viewControl] Add autoRotateSpeed, autoRotateDirection.

  • [+] [viewControl] Add panMouseButton, rotateMouseButton. Which can be 'left', 'middle', 'right'.

  • [^] [realisticMaterial] roughness, metalness can be texture value.

  • [^] [realisticMaterial] Add normalMap.

  • [+] [postEffect] Add screenSpaceReflection. In short SSR.

  • [^] [postEffect] SSAO is renamed to screenSpaceAmbientOcculusion. Short name will also be kept.

  • [^] [geo3D/map3D] Add regionHeight, which is original boxHeight. New boxHeight is used for the size of altitude axis.

  • [^] [globe] Add globeOuterRadius. Which can be used for the size of altitude axis.

  • [^] [geo3D/map3D] Fix geometry can't update bug.

  • [^] [viewControl] Fix zoomSensitivity: 0 not work bug. See #71.

  • [^] [geo3D] Event have name property.

  • [^] [globe] Improve emissive layer visual quality.

1.0.0-alpha.5

15 May 06:43
Compare
Choose a tag to compare
  • [+] Add 'hatching' shading

  • [+] Add postEffect.edge

  • [^] Improve lines3D.

    • [+] Add polyline property. Support polyline coords for better track visualization.

    • [+] Add effect.constantSpeed property

    • [^] Improve trail effect

  • [^] Improve bar3D layout. See #53

  • [^] bar3D, scatter3D support highlight and downplay from visualMap. See #54

1.0.0-alpha.4

08 May 05:00
Compare
Choose a tag to compare
  • [+] Add edge postEffect

  • [+] Support export to image through saveAsImage and getDataURL

  • [+] Add mouse event.

  • [^] Improve SSAO postEffect

  • [^] Fix label in axisPoint not disappear bug. See #42

  • [^] Fix bar3D data item opacity can't be set bug. See #47

  • [^] Fix bar3D emphasis wrong when some item are set transparent.

  • [^] scatterGL support tooltip. See #35

1.0.0-alpha.3

27 Apr 07:16
Compare
Choose a tag to compare
  • [^] Add transition in bar3D, line3D, scatter3D, surface series.

  • [^] Add camera animation when view changed.

  • [^] globe component add viewControl.targetCoord