0.0.1-rc.2 • Published 6 years ago

vue-nvd3-charts v0.0.1-rc.2

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

vue-nvd3-charts

NVD3 wrapper for Vue.js

Build Setup

# Installing with npm
npm install vue-nvd3-charts

Fully import

import Vue from 'vue'
import VueNvd3 from 'vue-nvd3-charts'

Vue.use(VueNvd3)

On demand

import { BarChart, LineChart, PieChart } from 'vue-nvd3-charts'
...
new Vue({
  components: {
    BarChart,
    LineChart,
    PieChart
  }
})
0.0.1-rc.2

6 years ago

0.0.1-rc.1

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago