From af9454d38caced2813aa2d98ba6e65dd36ea09a5 Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Sat, 2 Jul 2022 22:10:56 +0530 Subject: [PATCH] Update LineChartProps.md --- docs/LineChart/LineChartProps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/LineChart/LineChartProps.md b/docs/LineChart/LineChartProps.md index a4d7d01..98e498a 100644 --- a/docs/LineChart/LineChartProps.md +++ b/docs/LineChart/LineChartProps.md @@ -230,6 +230,8 @@ The properties of the arrow can controlled with the `arrowConfig` prop. +| Prop | Type | Description | Default value | +| ---------- | ---------- | -------------------------------------------------------------------- | ---------------------- | | showArrows | boolean | To show an arrow at the end of each data line | false | | arrowConfig | arrowType | Object describing the properties of the arrows like length, width, strokeWidth, strokeColor, fillColor | defaultArrowConfig | | showArrow1 | boolean | To show an arrow at the end of the first data line | false |