Sean Lynch

Results 315 issues of Sean Lynch

For example, sometimes it's useful to have the `Axis` rendered under the marks (especially for annotations placed along an axis), but we also use the stack to show Axis labels...

Some handled was recently added to [AreaChart](https://next.layerchart.com/docs/components/AreaChart#stack_series_(separate_data)) but tooltips need fixed and similar added to `BarChart`

[Currently](https://github.com/techniq/layerchart/blob/next/packages/layerchart/src/lib/components/tooltip/Tooltip.svelte#L175-L177) we default `xOffset` / `yOffset` to `10` pixels when using `pointer` mode, but this can easily obscure tooltips under your bring. We should instead increase the offset when touch...

Currently `Pattern` appears to display at a lower resolution/DPI when used within `` vs `` Svg | Canvas --- | --- ![Image](https://github.com/user-attachments/assets/93734823-8ebd-4ace-9663-85a963a240d0) | ![Image](https://github.com/user-attachments/assets/f112dce5-e1be-4284-a329-da37cadf22ce) (ignore the rounded Rect difference -...

### Describe the bug In async Svelte versions (`5.36.0+`) there have been some significant performance regressions (`~8x`) when rendering many LayerChart charts. While some subsequent versions have made progress to...

perf