@stereobooster/plotery
v1.1.1
Published
Fast and lightweight plotting library for Preact without fuss.
Downloads
4
Maintainers
Readme
Plotery
Fork of https://bitbucket.org/shelacek/plotery/.
Fast and lightweight plotting library for Preact without fuss.
See documentation on shelacek.bitbucket.io/plotery.
<Chart data={data}>
<LinearAxis type="x" min={0} max={100} />
<LinearAxis type="y" min={-10} max={10} />
<LinearLine />
</Chart>
Features
- Plotery generate SVG markup and let the browser do the rest
- Declarative configuration: It's Preact library, so why not use JSX?
- Small footprint: don't burn bits for sporadically used features
- Easily extensible
- Styled with CSS