Releases: DeviaVir/vue-bar
Releases · DeviaVir/vue-bar
0.1.7
v0.1.7
update readme + build assets
0.1.6
- Various fixes to labels
- On-the-fly configuration demo
0.1.5
- Security fixes (yarn regeneration)
- Labels
- Negative values
0.1.3
- show labels on hover
- allow setting a single gradient for a solid color
- fix hot-reloading of bars when data changes
0.1.2
This release allows you to use an array of objects as your data. It should also allow you to change data on the fly.
<bars
:data="[{value: 1}, {value: 2}, {value: 3}, 4, 5, 6]"
:gradient="gradient"
:barWidth="5"
:growDuration="1">
</bars>