From 38e5626338e498d49391848537a69035234e2f5b Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Tue, 16 Aug 2022 10:38:20 -0400 Subject: [PATCH] Replace chinese symbol on data doc page Signed-off-by: Matthew Peveler --- 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 27670fd0d..580cb18f0 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.