Skip to content

Commit

Permalink
release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Apr 7, 2021
1 parent 6b77f93 commit 012c94b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/echarts-gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -26588,7 +26588,7 @@ external_echarts_.registerPostInit(function (chart) {
findAndDrawOtherLayer(zlevel, el.zlevel);
zlevel = el.zlevel;
}
this._doPaintEl(el, layer, true, scope);
this._doPaintEl(el, layer, true, null, scope);
}

findAndDrawOtherLayer(zlevel, Infinity);
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.2",
"version": "2.0.3",
"maintainers": [
{
"name": "Yi Shen"
Expand Down

0 comments on commit 012c94b

Please sign in to comment.