Commit 9bef7ac
authored
SSR chart images (#813)
* Initial progress
* Add more examples and docs
* Support passing background color as query param
* Fix SSR image support Grid, Axis, and Rule. Add tests. General improvements
* fix `pnpm check`
* Prerender chart API endpoints for Cloudflare compatibility and document edge runtime limitations
* Skip url.searchParams during prerendering to avoid SvelteKit build error
* Fix geo chart server-side rendering by converting GeoState projection from $effect.pre to $derived.by
* cleanup old changes.md
* Add geo SSR image example
* Add Sankey, Tree, and Treemap examples
* Improve treemap example (text/clip)
* Use `workspace:*` instead of `next` for `examples/*` projects to make sure `pnpm build:examples` is always using up to date library
* fix: improve compatibility with UnoCSS Svelte scoped preprocessing
* Remove unneeded changeset
* Reduce changeset level for stroke/fill improvements1 parent e974a50 commit 9bef7ac
File tree
64 files changed
+2897
-814
lines changed- .changeset
- docs
- src
- content/guides
- routes/api/charts
- area
- bar
- geo
- line
- sankey
- scatter
- treemap
- tree
- examples
- daisyui-5
- shadcn-svelte-1
- skeleton-3
- skeleton-4
- standalone
- svelte-ux-2
- unocss-1
- packages/layerchart
- src/lib
- components
- charts
- layers
- contexts
- server
- states
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+2897
-814
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments