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 |