From 4134e6e24af37457ea92aa42046ef6c38275b135 Mon Sep 17 00:00:00 2001 From: "@yang-yang-22" Date: Tue, 30 Sep 2025 22:39:14 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20StackedBarChart=E6=BA=90=E5=BA=93?= =?UTF-8?q?=E5=8F=AA=E6=9C=89hideLegend=E5=B1=9E=E6=80=A7=EF=BC=8C?= =?UTF-8?q?=E5=B7=B2=E5=92=8C=E6=B5=8B=E8=AF=95=E6=B2=9F=E9=80=9A=EF=BC=8C?= =?UTF-8?q?=E5=B0=86=E4=B8=89=E6=96=B9=E5=BA=93=E6=96=87=E6=A1=A3=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=94=B9=E4=B8=BAhideLegen?= =?UTF-8?q?d=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-chart-kit.md | 2 +- zh-cn/react-native-chart-kit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-chart-kit.md b/en/react-native-chart-kit.md index b67e5269..d2c63443 100644 --- a/en/react-native-chart-kit.md +++ b/en/react-native-chart-kit.md @@ -238,7 +238,7 @@ This document is verified based on the following versions: | withHorizontalLabels | boolean | Show horizontal labels - default: True | No | ALL | YES | | chartConfig | Object | Configuration object for the chart, see example config in the beginning of this file | No | ALL | YES | | barPercentage | Number | Defines the percent (0-1) of the available width each bar width in a chart | No | ALL | YES | -| showLegend | boolean | Show legend - default: True | No | ALL | YES | +| hideLegend | boolean | Show legend - default: True | No | ALL | YES | ### Pie chart diff --git a/zh-cn/react-native-chart-kit.md b/zh-cn/react-native-chart-kit.md index 06d6dac0..6c2198ff 100644 --- a/zh-cn/react-native-chart-kit.md +++ b/zh-cn/react-native-chart-kit.md @@ -238,7 +238,7 @@ export default MyChart; | withHorizontalLabels | boolean | Show horizontal labels - default: True | No | ALL | YES | | chartConfig | Object | Configuration object for the chart, see example config in the beginning of this file | No | ALL | YES | | barPercentage | Number | Defines the percent (0-1) of the available width each bar width in a chart | No | ALL | YES | -| showLegend | boolean | Show legend - default: True | No | ALL | YES | +| hideLegend | boolean | Show legend - default: True | No | ALL | YES | ### Pie chart -- Gitee