https://github.com/spencermountain/somehow-sankey
WIP svelte sankey diagram component
https://github.com/spencermountain/somehow-sankey
Last synced: 18 days ago
JSON representation
WIP svelte sankey diagram component
- Host: GitHub
- URL: https://github.com/spencermountain/somehow-sankey
- Owner: spencermountain
- Created: 2020-05-07T18:34:32.000Z (almost 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-03-05T11:55:58.000Z (about 2 years ago)
- Last Synced: 2025-02-11T11:39:48.150Z (2 months ago)
- Language: JavaScript
- Size: 422 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
WIP svelte sankey diagram component
```html
import { Sankey, Node } from 'somehow-sankey'
```

this library includes a custom layout alg that is inspired by d3's.
It renders nodes in html, so text and interactions are easier.
MIT