Home
Softono

Svelteplot

Open source TypeScript
391
Stars
33
Forks
47
Issues
9
Watchers
2 months
Last Commit

 About Svelteplot

Svelte-native plotting framework based on the grammar of graphics

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Svelteplot?

We provide expert installation service for this software. Our team will install, configure, and secure Svelteplot on your server. plans start at just $30.

Svelteplot

View on GitHub
SveltePlot - the best visualizations are built with Svelte

A Svelte-native visualization framework based on the layered grammar of graphics principles.

License Tests Netlify Status


SveltePlot is a Svelte-native visualization framework based on the layered grammar of graphics principle. It's API is heavily inspired by Observable Plot. Created by Gregor Aisch.

Development

Clone the repo and install dependencies:

git clone [email protected]:svelteplot/svelteplot.git
cd svelteplot
pnpm install

Run the development server:

pnpm dev

Open http://localhost:5173 in your browser.

Testing

Run unit tests:

pnpm lint
pnpm test

You should also run the visual regression tests:

pnpm test:visual

This will generate screenshots and compare them with the expected results.

pnpm vi:report

To see the differences side by side you can open http://localhost:5173/__vr/report.html