Skip to content

Commit c041215

Browse files
committed
release 2.0.4
1 parent d0358ed commit c041215

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

dist/echarts-gl.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53897,6 +53897,7 @@ function Mapbox3DLayer (id, zr) {
5389753897

5389853898
}
5389953899

53900+
Mapbox3DLayer.prototype.setUnpainted = function () {};
5390053901
Mapbox3DLayer.prototype.resize = function () {
5390153902
this._mapbox.resize();
5390253903
};
@@ -54558,6 +54559,7 @@ function Maptalks3DLayer (id, zr, defaultCenter, defaultZoom) {
5455854559

5455954560
}
5456054561

54562+
Maptalks3DLayer.prototype.setUnpainted = function () {};
5456154563
Maptalks3DLayer.prototype.resize = function () {
5456254564
this._maptalks.checkSize();
5456354565
};

dist/echarts-gl.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts-gl.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "echarts-gl",
33
"description": "Extension pack of ECharts providing 3D plots and globe visualization",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"maintainers": [
66
{
77
"name": "Yi Shen"

0 commit comments

Comments
 (0)