From 3b47b62849c2ba17a21d5bd552b3369e818d3a65 Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Thu, 12 Aug 2021 19:42:45 +0530 Subject: [PATCH] Update BarChartProps.md --- docs/BarChart/BarChartProps.md | 4 ++++ 1 file changed, 4 insertions(+) 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 | | --------- | --------------------- | -------------------------------------------------------------------------------------------- | ------------- |