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/31 11:39:53 UTC

[echarts-handbook] branch master updated: Correct the type for the continuous example

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b3fcce  Correct the type for the continuous example
     new e160ad5  Merge pull request #17 from KrzysztofMadejski/patch-1
9b3fcce is described below

commit 9b3fcce24e4a02a426444088ca3ba05a84dccdb9
Author: Krzysiek Madejski <kr...@madejscy.pl>
AuthorDate: Fri Oct 22 11:39:12 2021 +0200

    Correct the type for the continuous example
---
 contents/en/concepts/visual-map.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/concepts/visual-map.md b/contents/en/concepts/visual-map.md
index 6b2ea88..c9a6cd2 100644
--- a/contents/en/concepts/visual-map.md
+++ b/contents/en/concepts/visual-map.md
@@ -94,7 +94,7 @@ Continuous type visual mapping can determine the range of visual mapping by spec
 option = {
   visualMap: [
     {
-      type: 'piecewise',
+      type: 'continuous',
       min: 0,
       max: 5000,
       dimension: 3, // the fourth dimension of series.data (i.e. value[3]) is mapped

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