From e5c94772fafa813670e0d44a1df624936875c5c1 Mon Sep 17 00:00:00 2001 From: wangyue Date: Tue, 22 Apr 2025 16:59:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IC33Y9]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20react-native-gifted-charts=20=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=BA=93=E6=8C=87=E5=AF=BC=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 44b909f1..f1b72a6f 100644 --- a/en/react-native-gifted-charts.md +++ b/en/react-native-gifted-charts.md @@ -957,7 +957,7 @@ For details, see [react-native-gifted-charts](https://github.com/Abhinandan-Kush | midAxisLabelFontStyle | self explanatory | FontStyle | no | all | yes | | midAxisLabelFontWeight | self explanatory | FontWeight | no | all | yes | | midAxisLabelFontFamily | self explanatory | string | no | all | no | -| barLabelWidth | width of the labels displayed behind the bars (both left and right bars) | number | no | all | yes | +| barLabelWidth | width of the labels displayed behind the bars (both left and right bars) | number | no | all | no | | barLabelFontSize | font size of the labels displayed behind the bars (both left and right bars) | number | no | all | yes | | barLabelColor | color of the of the labels displayed behind the bars (both left and right bars) | ColorValue | no | all | yes | | barLabelFontStyle | font style of the labels displayed behind the bars (both left and right bars) | FontStyle | no | all | yes | diff --git a/zh-cn/react-native-gifted-charts.md b/zh-cn/react-native-gifted-charts.md index 2de136f7..ed9abc7e 100644 --- a/zh-cn/react-native-gifted-charts.md +++ b/zh-cn/react-native-gifted-charts.md @@ -955,7 +955,7 @@ export default function () { | midAxisLabelFontStyle | self explanatory | FontStyle | no | all | yes | | midAxisLabelFontWeight | self explanatory | FontWeight | no | all | yes | | midAxisLabelFontFamily | self explanatory | string | no | all | no | -| barLabelWidth | width of the labels displayed behind the bars (both left and right bars) | number | no | all | yes | +| barLabelWidth | width of the labels displayed behind the bars (both left and right bars) | number | no | all | no | | barLabelFontSize | font size of the labels displayed behind the bars (both left and right bars) | number | no | all | yes | | barLabelColor | color of the of the labels displayed behind the bars (both left and right bars) | ColorValue | no | all | yes | | barLabelFontStyle | font style of the labels displayed behind the bars (both left and right bars) | FontStyle | no | all | yes | -- Gitee