Sean Lynch
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 --- | ---  |  (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...