@shelacek/plotery
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Plotery

npm npm bundle size (minified + gzip)

Fast and lightweight plotting library for Preact without fuss.

Screenshot of some Plotery graph

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

Changelog | Create an issue

Package Sidebar

Install

npm i @shelacek/plotery

Weekly Downloads

8

Version

1.1.1

License

MIT

Unpacked Size

168 kB

Total Files

14

Last publish

Collaborators

  • shelacek