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

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


The following commit(s) were added to refs/heads/master by this push:
     new 214c8f1  visualMap piecewise.categories dataValue typo correction
214c8f1 is described below

commit 214c8f197325cd6990c921617b7a023a31e83a5c
Author: Steven Cobb <sjcobb....@gmail.com>
AuthorDate: Tue Aug 27 10:01:25 2019 -0400

    visualMap piecewise.categories dataValue typo correction
---
 en/option/component/visual-map-piecewise.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en/option/component/visual-map-piecewise.md 
b/en/option/component/visual-map-piecewise.md
index d548470..09c2782 100644
--- a/en/option/component/visual-map-piecewise.md
+++ b/en/option/component/visual-map-piecewise.md
@@ -72,7 +72,7 @@ You would realize the sequence in `pieces` by a simple trial. 
See more detailed
 
 ## categories(Array)
 
-When dataValues in series.data (specified by 
[visualMap-piecewise.dimension](~visualMap-piecewise.dimension)) are discrete 
(or also known as category data or enumerable data), and we intend to perform 
**Table Mapping** from dataVale to visual channels, `categories` is used to 
describe the entire enumeration of data. For instance:
+When dataValues in series.data (specified by 
[visualMap-piecewise.dimension](~visualMap-piecewise.dimension)) are discrete 
(or also known as category data or enumerable data), and we intend to perform 
**Table Mapping** from dataValue to visual channels, `categories` is used to 
describe the entire enumeration of data. For instance:
 
 ```javascript
 categories: [


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

Reply via email to