Sean Lynch
Sean Lynch
an over reaching `on:touchmove={e => e.preventDefault()}` in [TransformContext](https://github.com/techniq/layerchart/pull/252/commits/02f8e72db9dd908a8c3b2ea99e2e9b335a229bf7) when not active was part of the problem, and fixed in the upcoming PR #252. If we remove `touch-none` within [TooltipContext](https://github.com/techniq/layerchart/blob/1637a7619de51a12cc35b4c0d4f8ff4846818621/packages/layerchart/src/lib/components/tooltip/TooltipContext.svelte#L382) this...
Other library examples - ECharts [appears](https://echarts.apache.org/examples/en/editor.html?c=line-stack) to handle this from some testing (although testing in devtool with touch simulation doesn't work the same as on device). ECharts is mostly ``...
@cycle4passion I absolutely love this and want to add more documentation just like this. I've started a few docs locally a few months ago to start gathering thoughts, and this...
Hey @l0uisgrange 👋 I haven't been able to replicate this in both the docs or [REPL](https://svelte.dev/playground/c5e73cb55a0045cca83e74b5cdfa3b65?version=5.41.1) using `[email protected]`. Anything logged in your console? Are you using remote functions by chance?...
A lot of reactivity improvements in [[email protected]](https://github.com/sveltejs/svelte/releases/tag/svelte%405.41.2). Care to give it a try and see if you are still experiencing the issue.
@l0uisgrange `[email protected]` fixed the reactivity [issue](https://github.com/sveltejs/kit/issues/14746) I was experiencing in the new docs (but not the performance issue with the latest svelte/kit)
Integrated for simplified charts (`AreaChart`, `BarChart`, `LineChart`, `PieChart`, `ScatterChart`) in [0.75.0](https://github.com/techniq/layerchart/releases/tag/layerchart%400.75.0) via https://github.com/techniq/layerchart/pull/329. See bluesky post with video examples: https://bsky.app/profile/techniq.dev/post/3lgiizblles2n Once `GeoChart` simplified chart is implemented, we will cover the...
@jerriclynsjohn Consider me nerd sniped 😁 All the constructs were already available, and I modeled this off of the [visx](https://codesandbox.io/p/sandbox/holy-fire-drxzwq?file=%2Fsrc%2Findex.js%3A66%2C3-70%2C5) example  The main points are: - Define both sides...
Hey @johanohly 👋, thanks for checking out LayerChart. Have you seen these examples: - Bar/Column Charts - https://www.layerchart.com/docs/examples/Columns#tween_on_mount - https://www.layerchart.com/docs/examples/Columns#stagger_tween_on_mount - https://www.layerchart.com/docs/examples/Columns#grouped,_stacked,_or_both_(transition) - Area Charts - https://www.layerchart.com/docs/examples/Area#clip_tween_on_mount (3 examples) I...
@johanohly Very welcome 😁. I just added the bar stagger example today (as it was one I hadn't realized was missing). There is a lot of space to explore with...