A port of Airbnb's visx to Svelte, bringing the power of D3 visualizations to the Svelte ecosystem.
svisx provides a collection of reusable, low-level visualization components, empowering you to create rich and interactive data visualizations within your Svelte applications. It combines the data manipulation and generation capabilities of D3 with the performance and elegance of Svelte's component model.
npm install svisx
# or
yarn add svisx
# or
pnpm add svisx
For full documentation, visit svisx.pages.dev.
All notable changes are described in the CHANGELOG.md file.