README
vue-cc
Build graph with svg component in a vue way, no dependency
install the package
npm i @chazy/vue-cc
use
import Vue from 'vue'
import cc from '@chazy/vue-cc'
Vue.use(cc)
and you ready to use the components, to see some example take a look in example/app.vue