diff --git a/en/react-native-gifted-charts.md b/en/react-native-gifted-charts.md index 1e61dbb84ba0ed1706d046abe5a8ad3689b21b99..d2427cc263c2f506cf03f655de305495d63790a8 100644 --- a/en/react-native-gifted-charts.md +++ b/en/react-native-gifted-charts.md @@ -337,8 +337,8 @@ For details, see [react-native-gifted-charts](https://github.com/Abhinandan-Kush | width | width of the pointer | number | no | all | yes | radius | radius of the pointer | number | no | all | yes | pointerColor | pointer color | ColorValue | no | all | yes -| pointerColorsForDataSet | When using pointers with dataSet, you can set pointer colors on each data line using the pointerColorsForDataSet which is an array of color values. | ColorValue[] | no | all | yes -| secondaryPointerColor | Secondary pointer color | ColorValue | no | all | yes +| pointerColorsForDataSet | When using pointers with dataSet, you can set pointer colors on each data line using the pointerColorsForDataSet which is an array of color values. | ColorValue[] | no | all | no +| secondaryPointerColor | Secondary pointer color | ColorValue | no | all | no | pointerComponent | is a function that returns the component to be rendered as a pointer | Function | no | all | yes | showPointerStrip | show pointer bar | boolean | no | all | yes | pointerStripWidth | width of the pointer bar | number | no | all | yes diff --git a/zh-cn/react-native-gifted-charts.md b/zh-cn/react-native-gifted-charts.md index 6799fdb644216f30432e26030e9d77c532bd3111..4e5c9147558428b3a2f6b5988f4f10d33e2f59de 100644 --- a/zh-cn/react-native-gifted-charts.md +++ b/zh-cn/react-native-gifted-charts.md @@ -335,8 +335,8 @@ export default function () { | width | width of the pointer | number | no | all | yes | radius | radius of the pointer | number | no | all | yes | pointerColor | pointer color | ColorValue | no | all | yes -| pointerColorsForDataSet | When using pointers with dataSet, you can set pointer colors on each data line using the pointerColorsForDataSet which is an array of color values. | ColorValue[] | no | all | yes -| secondaryPointerColor | Secondary pointer color | ColorValue | no | all | yes +| pointerColorsForDataSet | When using pointers with dataSet, you can set pointer colors on each data line using the pointerColorsForDataSet which is an array of color values. | ColorValue[] | no | all | no +| secondaryPointerColor | Secondary pointer color | ColorValue | no | all | no | pointerComponent | is a function that returns the component to be rendered as a pointer | Function | no | all | yes | showPointerStrip | show pointer bar | boolean | no | all | yes | pointerStripWidth | width of the pointer bar | number | no | all | yes