diff --git a/docs/BarChart/BarChartProps.md b/docs/BarChart/BarChartProps.md index ff49b93..739aa19 100644 --- a/docs/BarChart/BarChartProps.md +++ b/docs/BarChart/BarChartProps.md @@ -182,6 +182,10 @@ The structure of stackData is- ... ] ``` +The stackData passed to the BarChart component is an array of objects.\ +Each object contains a mandatory key named stacks.\ +The value corresponding to the stacks key is an array of objects, each object representing a section of the stack. + | Prop | Type | Description | Default value | | --------- | --------------------- | -------------------------------------------------------------------------------------------- | ------------- |