Sean Lynch

Results 423 comments of Sean Lynch

This is interesting, and there is a cross roads with `Chart` and simple charts like `LineChart`, etc. This unified `SimpleChart` sounds similar to the [AutoChart](https://github.com/techniq/layerchart/issues/68) idea (but with manual declaration)....

Hey @ntainy, thanks for the report. I've experience this similar issue in my own apps (I store the brushed range in a shared state across pages and thus when charts...

Tested [@[email protected]](https://github.com/techniq/layerchart/blob/9ffe0ad88b303ccd010010d9e8f753169d365388/packages/layerchart/package.json#L66) from an older [PR preview](https://techniq-tooltip-locking.layerchart.pages.dev/docs/examples/ForceDisjointGraph) and it's worse than `5.0.2` but not as bad as the current `5.20.4` depending on the example (force lattice is typically the worst,...

[[email protected]](https://github.com/techniq/layerchart/releases/tag/layerchart%402.0.0-next.2) has been released which greatly improves Svelte 5 performance

hey @theyosh 👋. This is an issue I need to resolve, but for a quick solution, you can override the `marks` and `highlight` snippets to fix the display: Check out...

Hmm.. few quick thoughts: - Brush component currently has 2 examples/approaches, one using a [clip path](https://www.layerchart.com/docs/components/Brush#separate_chart_(clip_data)) and one where the data is [filtered](https://www.layerchart.com/docs/components/Brush#separate_chart_(filter_data)) - I [plan](https://github.com/techniq/layerchart/issues/183) to have context integration...

> As I think about it you can't range filter things like spline as removing data out of axis range will change the appearance of the chart within the range...

This d3-only [example](https://observablehq.com/d/0d0ae28b5aecd8b3) has the same issue

Using `worldTopoJson.objects.land` instead of `worldTopoJson.objects.countries` displays it as a path/winding issue. https://github.com/user-attachments/assets/55ac36b3-60f6-430a-9daf-746081162be2 Also, I haven't been able to reproduce it on this d3 example [example](https://observablehq.com/@d3/sketchy-earth) (need to set `feature.attr("fill", "red");`)

Good catch @l0uisgrange! There are some outstanding items to have Canvas full equivalent to Svg (as much as can be, there are some features that are not easy such as...