From 752f62081946810aaa8e33baf788ebe30ca8bdc5 Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Tue, 30 Nov 2021 13:18:06 +0530 Subject: [PATCH] Update BarChartProps.md --- docs/BarChart/BarChartProps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BarChart/BarChartProps.md b/docs/BarChart/BarChartProps.md index 8d82aea..20b1c6c 100644 --- a/docs/BarChart/BarChartProps.md +++ b/docs/BarChart/BarChartProps.md @@ -39,7 +39,7 @@ So, all the three must be used together. Using any 1 or 2 of them may produce ab ### Combine Line Chart using `showLine` -You can add a line chart to your **** component by passing the `showLine` prop. +You can add a line chart to your **``** component by passing the `showLine` prop. The properties of this line chart can be controlled using the `lineConfig` prop which is an object. The `lineConfig` object is described below- | Property | Type | Description | Default value |