diff --git a/docs/LineChart/LineChartBicolorProps.md b/docs/LineChart/LineChartBicolorProps.md index 0afd189..2890b74 100644 --- a/docs/LineChart/LineChartBicolorProps.md +++ b/docs/LineChart/LineChartBicolorProps.md @@ -4,9 +4,9 @@ Some Line / Area charts have different colors for their positive and negative pa -To render such charts, we can use the component. Curved lines are not yet supported in such charts. Also, we can only render a single data set (multiple lines not yet supported). However, props like `areaChart`, `isAnimated` etc are supported. +To render such charts, we can use the `` component. Curved lines are not yet supported in such charts. Also, we can only render a single data set (multiple lines not yet supported). However, props like `areaChart`, `isAnimated` etc are supported. -This chart supports most of the props from the component. (excluding those which might request for unsupported features, like - `curved`, `data2`, `data3`, `color2`, `color3` etc). +This chart supports most of the props from the `` component. (excluding those which might request for unsupported features, like - `curved`, `data2`, `data3`, `color2`, `color3` etc). The props like-