Skip to content

Latest commit

 

History

History

chart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Chart

Based on Vega-Lite.

Usage

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"

<eox-chart></eox-chart>

// TODO: add documentation

Contribute

npm watch
(on root) npm run cypress
(on root) npm run format

npm version <new version>
npm run build
npm publish (requires OTP)

Changelog

Created automatically here