Sean Lynch

Results 315 issues of Sean Lynch

- [ ] Fix when `` is applied - https://www.layerchart.com/docs/examples/ZoomableTileMap#svg-with-padding - [ ] Support ``

- Chart - [x] `baseline` support - Value guaranteed to be visible in domain (x/y). Useful with optional negative values since `xDomain={[0, null]}` would ignore negative values - [x] TransformContext...

This causes tooltip hiding (flickering) as the aliased color on the edges is not in the [map](https://github.com/techniq/layerchart/blob/main/packages/layerchart/src/lib/components/HitCanvas.svelte#L81). Might be able to set some kind of threshold to match, but that...

Creating an overarching issue to track migrating to Svelte 5. The plan is for LayerChart 1.x to support Svelte 3, 4, and 5 by not leveraging Svelte 5 specific features...

Creating this issue mostly to document, as this workaround has been used in the docs for a while. --- There is a known Svelte 3/4 reactivity issue with `$:` as...

We should add a styled `` input component similar to [Daisy UI](https://daisyui.com/components/file-input/) and Skeleton's [FileButton](https://www.skeleton.dev/components/file-buttons) but also support drop targets similar to Skeleton's [FileDropzone](https://www.skeleton.dev/components/file-dropzone) and [svelte-file-dropzone](https://github.com/thecodejack/svelte-file-dropzone) leveraging HTML [drag and...

See related [discussion](https://discord.com/channels/920755200552226868/1271565318896226355) (also semi-related issue #462)

- [x] Support seriesLayout="stackOffsetExpand", seriesLayout="stackOffsetDiverging", etc. See [Stack Offsets](https://d3js.org/d3-shape/stack#stack-offsets) - [x] Improve/simplify handling of 0 rule for primary axis - [x] Handle when `0` value is not within domain (outside...