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

[echarts] branch master updated: fix: fitler -> filter typo

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

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new 46e268f  fix: fitler -> filter typo
     new 790687d  Merge pull request #16090 from vojty/fix-fitler-typo
46e268f is described below

commit 46e268fc97df01a709e513e5ba7e39b495596bd7
Author: Tomáš Vojtášek <vo...@seznam.cz>
AuthorDate: Mon Nov 22 10:34:49 2021 +0100

    fix: fitler -> filter typo
---
 test/dataZoom-axes.html | 4 ++--
 test/encode.html        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/dataZoom-axes.html b/test/dataZoom-axes.html
index d97f362..af806d2 100644
--- a/test/dataZoom-axes.html
+++ b/test/dataZoom-axes.html
@@ -243,7 +243,7 @@ under the License.
                         xEnd: 5,
                         yStart: 0,
                         yEnd: 100,
-                        yFitlerMode: 'empty',
+                        yFilterMode: 'empty',
                         symbolSize: 10
                     }
                 );
@@ -295,7 +295,7 @@ under the License.
                             name: 'ySlider',
                             show: true,
                             handleIcon: 'image://asset/echarts-logo.png',
-                            filterMode: args.yFitlerMode,
+                            filterMode: args.yFilterMode,
                             yAxisIndex: [0],
                             start: args.yStart,
                             end: args.yEnd
diff --git a/test/encode.html b/test/encode.html
index 49b2d0d..a73ad5c 100644
--- a/test/encode.html
+++ b/test/encode.html
@@ -440,7 +440,7 @@ under the License.
                     ],
                     info: option.series[0].encode,
                     buttons: [{
-                        text: 'filterMode: weakFitler',
+                        text: 'filterMode: weakFilter',
                         onclick: function () {
                             option.dataZoom[0].filterMode = option.dataZoom[1].filterMode = 'weakFilter';
                             option.title.text = 'filterMode: weakFilter';

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