This shows examples of Waterfall, SanKey, and RadarChart. Waterfall charts display cumulative effects of sequential positive and negative values. SanKey (alluvial) diagrams show how entities flow between categories over time. RadarChart (spider chart) displays multi-dimensional data on axes radiating from a central point, ideal for comparing items across multiple metrics.
A Waterfall chart visualizes how an initial value is affected by a series of positive and negative values. This example shows a profit & loss statement. Features: Automatic cumulative calculation, side-by-side table grouped by category, click bars or table rows to exclude items, toggle categories with checkboxes, switch between value-based (green/red) and category-based coloring, black total bar (toggleable). See here for more Waterfall examples
Click on category headers to toggle groups, or individual rows to exclude items
Data: waterfall_data.parquet
A SanKey diagram showing how 50 traders' portfolios evolved from 2015 to 2023. Use the 'Affiliation' dropdown to switch between crypto holdings and stock holdings. The ribbon width represents portfolio value. In 2015, all traders held Bitcoin; by 2023, holdings diversified into various cryptocurrencies and stock categories. Notice migration patterns: early Bitcoin holders moving to Ethereum/Solana, and tech stock investors shifting to growth/crypto stocks. See here for SanKey examples
Data: sankey_data.parquet
RadarChart (spider chart) displaying many dimensions in a geometric way. See here for RadarChart examples
Data: radar_data.parquet
This page was created using JSPlots.jl v0.4.1.