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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to