BarChart
<BaseBarChart
:barHeight= "250"
data= "[{label: '2011', value: 40}, ...]"
showTooltip
showLabel
/>Properties
- barHeightThe height of the graph bar
- dataThe array of items
- showTooltipWhether to show the tooltip when hovering over a bar.
- showLabelWhether to show the labels.
- roundedWhether to round the bars.