Update PieChartProps.md

This commit is contained in:
Abhinandan Kushwaha 2022-04-19 02:16:16 +05:30 committed by GitHub
parent 584dee6594
commit 0e099255e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ The default value for labelsPosition is 'mid'. In case of donut and semicircle c
| font | string | Font family of the text - 'Arial', 'Cursive', 'Comic Sans MS' etc |
| textBackgroundColor | ColorValue | Background color for the label text |
| textBackgroundRadius | number | Radius for the background of the text label |
| labelPosition | string | Tells where inside the Pie sections should the labels be shown- 'outward', 'inward' or 'mid' |
| labelPosition | string | Tells where inside the Pie sections should the labels be shown- 'onBorder', 'outward', 'inward' or 'mid' |
### Donut chart related props