|
9 | 9 |
|
10 | 10 | A large collection of composable Svelte chart components to build a wide range of visualizations |
11 | 11 |
|
12 | | -- Cartesian (Bar, Area, Stack, Scatter) |
13 | | -- Radial (Pie, Arc, Sunburst) |
14 | | -- Hierarchy (Pack, Tree, Treemap, Sunburst) |
15 | | -- Graph (Sankey) |
| 12 | +- Cartesian (Area, Bar, Line, Scatter) |
| 13 | +- Radial/polar charts (Arc, Area, Bar, Line, Radar, Pie) |
| 14 | +- Hierarchical (Pack, Partition, Tree, Treemap) |
| 15 | +- Graph (Dagre, Force, Sankey) |
16 | 16 | - Geo (Choropleth, Spike, Bubble, Point, Globe) |
17 | | - |
18 | | -Interactions |
19 | | - |
20 | | -- Tooltip, Highlights, Pan/Zoom |
21 | | - |
22 | | -SVG |
23 | | - |
24 | | -- Basic (Arc, Circle, Group, Line, Spline, Text) |
25 | | -- Gradients and Patterns |
26 | | -- ClipPath |
27 | | -- Multi-line text |
28 | | - |
29 | | -Others |
30 | | - |
31 | | -- Legends including ColorRamps |
| 17 | +- Calendar |
32 | 18 |
|
33 | 19 | See also the companion library [Svelte UX](http://svelte-ux.techniq.dev) for a large collection of components, actions, stores, and utilities to build highly interactive applications. |
34 | 20 |
|
|
0 commit comments