Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
commit: |
🦋 Changeset detectedLatest commit: 93e3b09 The changes in this PR will be included in the next version bump. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Hey, @techniq. I have a question: When are you planning to merge this PR so we can finally get the Svelte 5 support? 🤗 |
|
Hey @HicaroD, thanks for the kind words 🫶. Sorry, I don't have a rough release date set yet. There are a good number of improvements I would like to include in With that said, you 100% can use it today via I could see pushing some items to Related: I also need to migrate Svelte UX fully over to Svelte 5 (it's Svelte 3-5 compat with Svelte 3/4 state/syntax). Both libraries have already been migrated to Tailwind 4, but the move to Svelte 5 state runes/snippets and regressions checking will take some concentrated efforts and time. I don't know how close I'll try to sync their release schedules though (and the benefit of having |
|
All the examples give 500 errors on https://next.layerchart.com/ |
@cycle4passion Odd... working here Maybe try a hard refresh? Which browser? |
|
mobile only, does not work in arc (chromium), native chrome, or Safari browser. |
…s, showing all ticks by default instead of reducing them. Use `tickSpacing={80}` to opt-in to tick reducing on categorical band scale axes.
Examples can now export title and description from a <script module> block to override the filename-derived title and add a description. These are extracted by the catalog generator, displayed in the component layout and example listings, and indexed for search (both browse page filter and command+k).
… updates without remount
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* 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 improvements
* feat: New `GeoRaster` component for reprojecting raster imagery (e.g. NASA Blue Marble) onto any d3-geo projection via per-pixel inverse sampling on Canvas * fix: Default geo projection `translate` to container center when `translate` and `fitGeojson` are not specified, instead of using d3-geo's fixed default (`[480, 250]`) * Update catalog and screenshots. Add GeoRaster examples to frontpage. * Add spinning to planet example
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…thin the bar body. Improve docs. Resolves #378
* feat(ArcLabel): New component for positioning text labels on arc segments. Resolves #7 * Add labels to Partition/sunburst example
…, explicit) (#818) * feat(CircleLegend): New component for visualizing radius (`rScale`) values as nested circles * update catalog and screenshots * feat(GeoLegend): New scale-bar legend showing real-world distance for the current `Chart` projection * update catalog and screenshots * Update bubble-map to use integrated cScale and rScale, and use data-driven Circle * feat(Legend, CircleLegend): Show an indicator of the current tooltip value on the legend
* persist-series-brush - add 2 examples showing using bind:context for external programmatic control for localStorage persistance of series selection and brush/zoom state. - update guide:brush and guide:series referencing these examples. * persist-series-brush spelling fix * Fix reactivity of peristed examples * update catalog and screenshots * Revert "update catalog and screenshots" This reverts commit 21076af. --------- Co-authored-by: Sean Lynch <techniq35@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>


No description provided.