1.0.6 • Published 5 years ago

@likelz/vue-chart v1.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago