Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
/ vue-chart Public archive

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

License

Notifications You must be signed in to change notification settings

ekil1100/vue-chart

Repository files navigation

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"
/>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published