Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,12 @@

A large collection of composable Svelte chart components to build a wide range of visualizations

- Cartesian (Bar, Area, Stack, Scatter)
- Radial (Pie, Arc, Sunburst)
- Hierarchy (Pack, Tree, Treemap, Sunburst)
- Graph (Sankey)
- Cartesian (Area, Bar, Line, Scatter)
- Radial/polar charts (Arc, Area, Bar, Line, Radar, Pie)
- Hierarchical (Pack, Partition, Tree, Treemap)
- Graph (Dagre, Force, Sankey)
- Geo (Choropleth, Spike, Bubble, Point, Globe)

Interactions

- Tooltip, Highlights, Pan/Zoom

SVG

- Basic (Arc, Circle, Group, Line, Spline, Text)
- Gradients and Patterns
- ClipPath
- Multi-line text

Others

- Legends including ColorRamps
- Calendar

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.

Expand Down
3 changes: 0 additions & 3 deletions docs/src/routes/+layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import posthog from 'posthog-js';

import { browser, dev } from '$app/environment';

// Disable server-side rendering until AppLayout shift is fixed (issue #22)
export const ssr = false;

export const load = async ({ data }) => {
// Setup Posthog
if (browser && !dev) {
Expand Down
2 changes: 2 additions & 0 deletions docs/wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
compatibility_date = "2026-01-20"
compatibility_flags = ["nodejs_compat"]
Loading