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

Releases: DeviaVir/vue-bar

0.1.8

10 Dec 13:02
Compare
Choose a tag to compare

0.1.7

08 Dec 15:36
Compare
Choose a tag to compare
v0.1.7

update readme + build assets

0.1.6

01 Jun 12:40
ab0de22
Compare
Choose a tag to compare
  • Various fixes to labels
  • On-the-fly configuration demo

0.1.5

30 Jul 09:37
0.1.5
3881800
Compare
Choose a tag to compare
  • Security fixes (yarn regeneration)
  • Labels
  • Negative values

0.1.3

01 Oct 12:38
39fc778
Compare
Choose a tag to compare
  • show labels on hover
  • allow setting a single gradient for a solid color
  • fix hot-reloading of bars when data changes

0.1.2

01 Oct 11:49
0.1.2
ecd416c
Compare
Choose a tag to compare

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>