@gurso/vg-chart
TypeScript icon, indicating that this package has built-in type declarations

0.2.36 • Public • Published

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

doc(fr)

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

Readme

Keywords

none

Package Sidebar

Install

npm i @gurso/vg-chart

Weekly Downloads

52

Version

0.2.36

License

none

Unpacked Size

88.7 kB

Total Files

40

Last publish

Collaborators

  • gurso