diff --git a/docs/LineChart/LineChartProps.md b/docs/LineChart/LineChartProps.md index 3470895..af7bba1 100644 --- a/docs/LineChart/LineChartProps.md +++ b/docs/LineChart/LineChartProps.md @@ -53,6 +53,9 @@ So, all the three must be used together. Using any 1 or 2 of them may produce ab | dataPointColor | ColorValue | Color of the data point | | dataPointShape | string | Shape of the data point (rectangular or circular) defaults to circular | +**Alert!**\ +If you are adding showDataPoint to an item, you must set hideDataPoints prop to true + ---- ### Axes and rules related props