From 2fe5d3fe5373f49c26035137d63a3ee19694a1cd Mon Sep 17 00:00:00 2001 From: qinjianqili Date: Mon, 24 Mar 2025 19:16:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issue:=20#IBVX10]=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?react-native-gifted-charts=E7=BB=84=E4=BB=B6BarChart=E7=9A=84po?= =?UTF-8?q?interColorsForDataSet=E5=92=8CsecondaryPointerColor=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-gifted-charts.md | 4 ++-- zh-cn/react-native-gifted-charts.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/react-native-gifted-charts.md b/en/react-native-gifted-charts.md index 1e61dbb8..d2427cc2 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 6799fdb6..4e5c9147 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 -- Gitee