LineChart
<BaseLineChart
activities= "FilteredActivities"
:height= "300"
startYAxisAtMinValue
/>Properties
- activitiesThe array of items
- axisLabelThe label of the axis
- heightThe height of the graph bar
- curvedWhether to show the lines curved.
- showCirclesWhether to round the bars.
- showVerticalLinesWhether to show the vertical lines.
- startYAxisAtMinValueWhether to start the y axis at the minimum value.