Skip to content

stereobooster/plotery

Repository files navigation

Plotery

Fork of https://bitbucket.org/shelacek/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published