Releases: ecomfe/echarts-gl
1.0.0-beta.3
[+] [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
-
[^] [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
-
[^] [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
-
[+] [bar3D] Support stack.
-
[^] [postEffect] Improve bloom blending with html background.
1.0.0-alpha.8
-
[^] [mapbox] Improve line3D trail effect on mapbox.
-
[^] Fix texture tiling not work for NPOT images.
-
[^] [geo3D][map3D]
groundPlane
can have separaterealisticMaterial
,colorMaterial
,lambertMaterial
1.0.0-alpha.7
-
[^] [postEffect] Fix SSAO
intensity
not work bug. -
[^] [scatter3D] [scatterGL] Improve small points rendering.
-
[^] [realisticMaterial] [lambertMaterial] [colorMaterial]
baseTexture
renamed todetailTexture
. -
[^] [realisticMaterial] Add
roughnessAdjust
andmetalnessAdjust
. -
[^] Support series.encode and series.dimensions.
-
[^] [mapbox] Improve
screenSpaceReflection
andscreenSpaceAmbientOcculusion
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
-
[+] 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 shortSSR
. -
[^] [postEffect]
SSAO
is renamed toscreenSpaceAmbientOcculusion
. Short name will also be kept. -
[^] [geo3D/map3D] Add
regionHeight
, which is originalboxHeight
. NewboxHeight
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
-
[+] 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
-
[+] Add edge postEffect
-
[+] Support export to image through
saveAsImage
andgetDataURL
-
[+] 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
-
[^] Add transition in
bar3D
,line3D
,scatter3D
,surface
series. -
[^] Add camera animation when view changed.
-
[^] globe component add
viewControl.targetCoord