@shelacek/plotery
v1.1.2
Published
Fast and lightweight plotting library for Preact without fuss.
Downloads
178
Readme
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