From 55e40e8bd49c18dde5ce914a6905807ba3e477bf Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Sun, 12 Jun 2022 01:41:37 +0530 Subject: [PATCH] Update LineChartBicolorProps.md --- docs/LineChart/LineChartBicolorProps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/LineChart/LineChartBicolorProps.md b/docs/LineChart/LineChartBicolorProps.md index 3a19ba6..0afd189 100644 --- a/docs/LineChart/LineChartBicolorProps.md +++ b/docs/LineChart/LineChartBicolorProps.md @@ -1,6 +1,7 @@ ## LineChartBicolor Some Line / Area charts have different colors for their positive and negative parts. For example, this chart is colored green above the X axis and red below - + 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. @@ -24,4 +25,4 @@ The respective properties of the chart portion lying below the X axis are obtain 2. startFillColorNegative 3. endFillColorNegative 4. startOpacityNegative -5. endOpacityNegative \ No newline at end of file +5. endOpacityNegative