This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
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>