Sean Lynch

Results 292 comments of Sean Lynch

Maybe use for [Oscilloscope](https://www.layerchart.com/docs/examples/Oscilloscope) similar to the Observable Plot [example](https://observablehq.com/@visnup/microphone-oscilloscope) as well

Better support for tooltips with stacked and/or grouped bar charts are coming in the [Simplified Charts PR](#224). https://github.com/user-attachments/assets/7225594c-048b-46bd-a13e-fcb0e18ad9c6

Hey @mhkeller :). This is an area to improve for sure. It's challenging as I want to examples to focus on the concepts, but it's also painful to have to...

Btw, I've setup a discord to chat about these kinds of things if you would want to join - https://discord.gg/m5PhBaEX (don't feel obligated).

@mattlangeman That would be awesome!. Yeah, I agree having to understand and jump from... ```js import Chart from '$lib/components/Chart.svelte'; import Area from '$lib/components/Area.svelte'; import Axis from '$lib/components/Axis.svelte'; ... ``` to......

@percybolmer We have a [discord](https://discord.gg/ynDGmZZX) server that we've been chatting through some of this if you want to join. I really should add that to the README :)

Thanks @xmlking. We will be prioritizing all of these very soon. Tracking in https://github.com/techniq/svelte-ux/issues/186

@dit7ya yes... stay tuned (this week)

@dit7ya Does [this](https://axis-labels.layerchart.pages.dev/docs/components/Axis#axis-label-placements-(top/bottom)) work for you 😁 top/bottom | left/right --- | --- ![image](https://github.com/techniq/layerchart/assets/177476/674cc865-e425-4620-a87d-ecbc41da997f) | ![image](https://github.com/techniq/layerchart/assets/177476/c2b40c4d-fd77-44ad-b5f9-008e3ccf3bcf)

@mhkeller Ha, no worries. yeah, we could do a simple regex replace, especially for the full page source since it's a simple string in each example's [+page.ts](https://github.com/techniq/layerchart/blob/master/src/routes/docs/examples/Area/%2Bpage.ts#L1). That would improve...