From de70e768097bdffe8030154cccba9b9ece45eb85 Mon Sep 17 00:00:00 2001 From: wangyue Date: Mon, 31 Mar 2025 18:39:28 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IBXPMK]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20react-natiive-gifted-charts=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyue --- en/react-native-gifted-charts.md | 2 +- zh-cn/react-native-gifted-charts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-gifted-charts.md b/en/react-native-gifted-charts.md index 6dca405a..27ab482c 100644 --- a/en/react-native-gifted-charts.md +++ b/en/react-native-gifted-charts.md @@ -572,7 +572,7 @@ For details, see [react-native-gifted-charts](https://github.com/Abhinandan-Kush | rotateLabel | To rotate the X axis labels (by 60deg) | boolean | no | all | yes | hideOrigin | To hide the y Axis label at origin (i.e. 0) | boolean | no | all | yes | secondaryYAxis | displays and controls the properties of the secondary Y axis on the right side | secondaryYAxisType | no | all |yes -| secondaryData | the secondary data that will be rendered along the secondary Y axis | Array of items | no | all |yes +| secondaryData | the secondary data that will be rendered along the secondary Y axis | Array of items | no | all |no | secondaryLineConfig | properties of the secondary data line (secondaryLineConfigType is described below) | secondaryLineConfigType| no | all |yes **Line related props** diff --git a/zh-cn/react-native-gifted-charts.md b/zh-cn/react-native-gifted-charts.md index ac0a3e34..7fabfaf5 100644 --- a/zh-cn/react-native-gifted-charts.md +++ b/zh-cn/react-native-gifted-charts.md @@ -570,7 +570,7 @@ export default function () { | rotateLabel | To rotate the X axis labels (by 60deg) | boolean | no | all | yes | hideOrigin | To hide the y Axis label at origin (i.e. 0) | boolean | no | all | yes | secondaryYAxis | displays and controls the properties of the secondary Y axis on the right side | secondaryYAxisType | no | all |yes -| secondaryData | the secondary data that will be rendered along the secondary Y axis | Array of items | no | all |yes +| secondaryData | the secondary data that will be rendered along the secondary Y axis | Array of items | no | all |no | secondaryLineConfig | properties of the secondary data line (secondaryLineConfigType is described below) | secondaryLineConfigType| no | all |yes **Line related props** -- Gitee