1.0.6 • Published 6 years ago

@likelz/vue-chart v1.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

vue-chart

A vue plugin which import chart.js as a vue component.

Install

npm i @likelz/vue-chart

Usage

import vChart from '@likelz/vue-chart';

Vue.use(vChart);

// or with optional tag name
Vue.use(vChart, {
  tagName: 'MyTagName',
});
<v-chart
  width="400"
  height="400"
  type="bar"
  :data="data"
  :options="options"
  :chart.sync="chart"
  :ctx.sync="ctx"
/>
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago