Skip to content

Commit

Permalink
release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Apr 8, 2021
1 parent d0358ed commit c041215
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dist/echarts-gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -53897,6 +53897,7 @@ function Mapbox3DLayer (id, zr) {

}

Mapbox3DLayer.prototype.setUnpainted = function () {};
Mapbox3DLayer.prototype.resize = function () {
this._mapbox.resize();
};
Expand Down Expand Up @@ -54558,6 +54559,7 @@ function Maptalks3DLayer (id, zr, defaultCenter, defaultZoom) {

}

Maptalks3DLayer.prototype.setUnpainted = function () {};
Maptalks3DLayer.prototype.resize = function () {
this._maptalks.checkSize();
};
Expand Down
2 changes: 1 addition & 1 deletion dist/echarts-gl.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts-gl.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "echarts-gl",
"description": "Extension pack of ECharts providing 3D plots and globe visualization",
"version": "2.0.3",
"version": "2.0.4",
"maintainers": [
{
"name": "Yi Shen"
Expand Down

0 comments on commit c041215

Please sign in to comment.