1.1.3 • Published 6 months ago

@shelacek/plotery v1.1.3

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
6 months ago

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

1.1.3

6 months ago

1.1.2

11 months ago

1.1.1

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.0.0-alpha.4

3 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago

0.5.0

3 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago