Skip to content

Commit

Permalink
fix coord doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hm.hm committed Aug 3, 2018
1 parent 541bd37 commit e81f5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/coord.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ BizCharts 中支持的坐标系有:
| :-- | :-- | :-- | :-- | :-- |
| radius | 设置半径,值为 0 至 1 的小数 | Number | | |
| innerRadius | 内部极坐标系的半径,[0 - 1]的小数 | Number | | |
| startAngle | 起始角度(弧度) | Number | | |
| endAngle | 结束角度(弧度) | Number | | | |
| startAngle | 起始角度(弧度), 整个极坐标系开始的弧度值 | Number | | |
| endAngle | 结束角度(弧度),整个极坐标系结束的弧度值 | Number | | | |
```jsx
//polar 示例
<coord type="polar" radius={0.5} startAngle={-Math.PI / 6} endAngle={7 * Math.PI /6}/>
Expand Down

0 comments on commit e81f5fb

Please sign in to comment.