diff --git a/en/react-native-gifted-charts.md b/en/react-native-gifted-charts.md index c46b673767130d6e5fa0d388da2299ce8e4ebd3d..1e61dbb84ba0ed1706d046abe5a8ad3689b21b99 100644 --- a/en/react-native-gifted-charts.md +++ b/en/react-native-gifted-charts.md @@ -313,7 +313,7 @@ For details, see [react-native-gifted-charts](https://github.com/Abhinandan-Kush | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | | isAnimated | To show animates BarChart. Animation occurs onLoad and on value change | boolean | no | all | yes -| animationDuration | Duration of the animations | number | no | all | yes +| animationDuration | Duration of the animations | number | no | all | no | animationEasing | Easing applied to the animation | Easing | no | all | yes **Pagination related props** @@ -840,7 +840,7 @@ For details, see [react-native-gifted-charts](https://github.com/Abhinandan-Kush | paddingHorizontal | horizontal padding in the chart svg component (useful to accomodate _"onBorder"_ labels) | number | no | all | yes | paddingVertical | vertical padding in the chart svg component (useful to accomodate _"onBorder"_ labels) | number | no | all | yes | isAnimated | To show animates PieProChart. Animation occurs onLoad and on value change | boolean | no | all | yes -| animationDuration | Duration of the animations, only fro PieProChart | number| no | all | yes +| animationDuration | Duration of the animations, only fro PieProChart | number| no | all | no | curvedStartEdges | Bend start edge, only fro PieProChart | boolean | no | all | yes | curvedEndEdges | Bend end edge, only fro PieProChart | boolean | no | all | yes | edgesRadius | Bend radius, only fro PieProChart | number | no | all | yes diff --git a/zh-cn/react-native-gifted-charts.md b/zh-cn/react-native-gifted-charts.md index 5f7c58fb7431a44f28e8b65d63c32034d2863902..6799fdb644216f30432e26030e9d77c532bd3111 100644 --- a/zh-cn/react-native-gifted-charts.md +++ b/zh-cn/react-native-gifted-charts.md @@ -311,7 +311,7 @@ export default function () { | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | | isAnimated | To show animates BarChart. Animation occurs onLoad and on value change | boolean | no | all | yes -| animationDuration | Duration of the animations | number | no | all | yes +| animationDuration | Duration of the animations | number | no | all | no | animationEasing | Easing applied to the animation | Easing | no | all | yes **Pagination related props** @@ -838,7 +838,7 @@ export default function () { | paddingHorizontal | horizontal padding in the chart svg component (useful to accomodate _"onBorder"_ labels) | number | no | all | yes | paddingVertical | vertical padding in the chart svg component (useful to accomodate _"onBorder"_ labels) | number | no | all | yes | isAnimated | To show animates PieProChart. Animation occurs onLoad and on value change | boolean | no | all | yes -| animationDuration | Duration of the animations, only fro PieProChart | number| no | all | yes +| animationDuration | Duration of the animations, only fro PieProChart | number| no | all | no | curvedStartEdges | Bend start edge, only fro PieProChart | boolean | no | all | yes | curvedEndEdges | Bend end edge, only fro PieProChart | boolean | no | all | yes | edgesRadius | Bend radius, only fro PieProChart | number | no | all | yes