@gurso/vg-chart
v0.2.38
Published
## Install
Downloads
16
Readme
Graph
Install
npm install @gurso/vg-chart
then in your main file :
import { createApp } from "vue"
import vgChart from "@gurso/vg-chart"
import App from "./App.vue" // <- usually
...
const app = createApp(App)
...
app.use(vgChart)
...
app.mount("#app")
Documentation
TODO
- DOCS ticks
- DOCS min/max props
- offset start & end, rm padding ?
- allow native string attrs in props
- VgGraphGrid (think about padding inherit from VgGrph/VgScale)
- write more doc
- test on mounted components