Quickstart Guide
Svend3r is an open source charting library for Svelte with easy-to-use
modular components. Svend3r provides beautiful visualizations that harness the power of D3
to bring your data to life while abstracting away its imperative-style code. With Svend3r, you can easily
adjust the charts to look exactly the way you want while taking
advantage of Svelte's optimized DOM interaction.
New to Svelte and D3? If you use npm,
npm install svelte
and
npm install d3
.
Exporting a Chart Component
When we say Svend3r is "plug and play," we mean it!
Want to Contribute?
Want to be a open source contributor? Have a Svelte component chart you'd
like to share with the Svelte community, or recommended improvements?
Submit a pull request to the contributor
branch
on GitHub.