diff --git a/en/react-native-gifted-charts.md b/en/react-native-gifted-charts.md index 6dca405aa90789dec67e76264352303612ad2750..27ab482c518c54245e6de01a03921bb2dc73e4d7 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 ac0a3e3498231b9599b5622b80acdfaa76b73f3f..7fabfaf5e9cf505b85b08f61448c0e7a5e408e71 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**