From c582770bfa25f52ed01d0bcfe057d70229052050 Mon Sep 17 00:00:00 2001 From: abhinandan-kushwaha Date: Thu, 24 Feb 2022 05:34:41 +0530 Subject: [PATCH] Added doc for labelsExtraHeight --- docs/BarChart/BarChartProps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/BarChart/BarChartProps.md b/docs/BarChart/BarChartProps.md index 7ee7377..469bc35 100644 --- a/docs/BarChart/BarChartProps.md +++ b/docs/BarChart/BarChartProps.md @@ -148,6 +148,7 @@ The properties of this line chart can be controlled using the `lineConfig` prop | rotateLabel | Boolean | To rotate the X axis labels (by 60deg) | false | | hideOrigin | Boolean | To hide the y Axis label at origin (i.e. 0) | false | | labelWidth | number | Width of the Label text appearing below the bar (under the X axis) | barWidth | +| labelsExtraHeight | number | used to display large labels on X-axis (often rotated to show vertically) | 0 | **Note** If you are setting yAxisSide to 'right', make sure to specify the width of the chart, using the `width` prop