From 2d8a7fe85cd83fe0f0fdbe174582fe8a3578caab Mon Sep 17 00:00:00 2001 From: abeyuya Date: Fri, 23 Sep 2022 12:35:49 +0900 Subject: [PATCH] update docs --- docs/BarChart/BarChartProps.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/BarChart/BarChartProps.md b/docs/BarChart/BarChartProps.md index c56fe31..5bcc844 100644 --- a/docs/BarChart/BarChartProps.md +++ b/docs/BarChart/BarChartProps.md @@ -387,6 +387,8 @@ The value corresponding to the stacks key is an array of objects, each object re | stacks array | Array of stack items | A stack is made of 1 or more objects of the type described in the next table | | label | string | Label text appearing below the stack (under the X axis) | | labelTextStyle | Style object for the label text appearing below the stack | +| barWidth | number | +| spacing | number | A single stack item can be depicted as- @@ -406,7 +408,8 @@ A single stack item can be depicted as- | borderBottomLeftRadius | number | borderBottomLeftRadius for a stack section | | borderBottomRightRadius | number | borderBottomRightRadius for a stack section | | showGradient | Boolean | Prop to enable linear gradient for the bar color, defaults to false | -| gradientColor | ColorValue | Along with frontColor, this prop constitutes the 2 colors for gradient | +| gradientColor | ColorValue | Along with frontColor, this prop constitutes the 2 colors for gradient | +| barWidth | number | Width of the bar | ```