You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/10/14 01:42:57 UTC

[echarts-examples] branch gh-pages updated: fix deprecated usage.

This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new df72202  fix deprecated usage.
df72202 is described below

commit df72202addc7b3f346acbc44bd9c169f34f8fd54
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Thu Oct 14 09:41:55 2021 +0800

    fix deprecated usage.
---
 public/examples/ts/doc-example/map-visualMap-pieces.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/examples/ts/doc-example/map-visualMap-pieces.js b/public/examples/ts/doc-example/map-visualMap-pieces.js
index 1fc6a2e..6bb35da 100644
--- a/public/examples/ts/doc-example/map-visualMap-pieces.js
+++ b/public/examples/ts/doc-example/map-visualMap-pieces.js
@@ -57,7 +57,7 @@ $.get(ROOT_PATH + '/data/asset/geo/USA.json', function (usaJson) {
       {
         name: 'Order',
         type: 'map',
-        mapType: 'USA',
+        map: 'USA',
         roam: true,
         label: {
           show: true,

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org