You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2021/08/26 18:41:26 UTC

[echarts-examples] 01/05: fix: fix typo

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

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

commit 0c61acbef8fa8f2e1263d009f94edcb548be3ffc
Author: sushuang <su...@gmail.com>
AuthorDate: Thu Aug 26 12:30:56 2021 +0800

    fix: fix typo
---
 public/data/custom-aggregate-scatter-bar.js | 2 +-
 public/data/custom-aggregate-scatter-pie.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/data/custom-aggregate-scatter-bar.js b/public/data/custom-aggregate-scatter-bar.js
index 840a7c2..5f542f6 100644
--- a/public/data/custom-aggregate-scatter-bar.js
+++ b/public/data/custom-aggregate-scatter-bar.js
@@ -182,7 +182,7 @@ function setBarOption() {
     };
 
     myChart.setOption(option, {
-        replaceMerge: ['xAxis', 'yAxis', 'viusalMap'],
+        replaceMerge: ['xAxis', 'yAxis', 'visualMap'],
         transition: {
             from: { seriesIndex: 0, dimension: 'M_TAG' },
             to: { seriesIndex: 0, dimension: 'M_TAG' }
diff --git a/public/data/custom-aggregate-scatter-pie.js b/public/data/custom-aggregate-scatter-pie.js
index 6c7a155..a851a35 100644
--- a/public/data/custom-aggregate-scatter-pie.js
+++ b/public/data/custom-aggregate-scatter-pie.js
@@ -180,7 +180,7 @@ function setPieOption() {
     };
 
     myChart.setOption(option, {
-        replaceMerge: ['xAxis', 'yAxis', 'viusalMap'],
+        replaceMerge: ['xAxis', 'yAxis', 'visualMap'],
         transition: {
             from: { seriesIndex: 0, dimension: 'M_TAG' },
             to: { seriesIndex: 0, dimension: 'M_TAG' }

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