Based on [Vega-Lite](https://github.com/vega/vega-lite).
npm install @eox/chartBased on Vega-Lite.
```
npm install @eox/chart
`
// for setups with bundlers e.g. Vite
import "@eox/chart"
// or, for e.g. single HTML files without bundler
import "@eox/chart/dist/eox-chart.js"
`
// TODO: add documentation
`
npm watch
(on root) npm run cypress
(on root) npm run format
npm version
npm run build
npm publish (requires OTP)
``
Created automatically here