You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/08/17 04:09:00 UTC

[echarts-doc] branch master updated: Replace chinese symbol on data doc page

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/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 38e56263 Replace chinese symbol on data doc page
     new ebfd3512 Merge pull request #282 from MasterOdin/patch-2
38e56263 is described below

commit 38e5626338e498d49391848537a69035234e2f5b
Author: Matthew Peveler <ma...@popsql.com>
AuthorDate: Tue Aug 16 10:38:20 2022 -0400

    Replace chinese symbol on data doc page
    
    Signed-off-by: Matthew Peveler <ma...@popsql.com>
---
 en/option/partial/2d-data.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en/option/partial/2d-data.md b/en/option/partial/2d-data.md
index 27670fd0..580cb18f 100644
--- a/en/option/partial/2d-data.md
+++ b/en/option/partial/2d-data.md
@@ -76,7 +76,7 @@ series: [{
 ```
 
 + In [cartesian (grid)](~grid), "dimX" and "dimY" correspond to [xAxis](~xAxis) and [yAxis](~yAxis) respectively.
-+ In [polar](~polar) "dimX" and "dimY" correspond to [radiusAxis](~radiusAxis) 和 [angleAxis](~anbleAxis) respectively.
++ In [polar](~polar) "dimX" and "dimY" correspond to [radiusAxis](~radiusAxis) and [angleAxis](~anbleAxis) respectively.
 + Other dimensions are optional, which can be used in other places. For example:
     + [visualMap](~visualMap) can map one or more dimensions to visual (color, symbol size ...).
     + [series.symbolSize](~series.symbolSize) can be set as a callback function, where symbol size can be calculated by values of a certain dimension.


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