Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

0.1.2

Compare
Choose a tag to compare
@DeviaVir DeviaVir released this 01 Oct 11:49
· 35 commits to master since this release
0.1.2
ecd416c

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>