Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/option/partial/2d-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down