Sean Lynch
Sean Lynch
Perfect, thanks. Radar is supported and works best with `voronoi` tooltips imo, but bisect x/y will be supported too. Regarding additional radial charts, I'll be tracking support [here](https://github.com/techniq/layerchart/issues/9)
`bisect-x` available in simplified charts PR ([example](https://techniq-simplified-charts.layerchart.pages.dev/docs/components/AreaChart#radial)) https://github.com/user-attachments/assets/9a131af4-3f30-4b09-925e-5186b072d1dc
see [d3-milestones example](https://svelte.dev/repl/03f9dc0ce61c4f4bb0d769e2d59829e3?version=4.1.2)
I've created a simple [layerchart-shadcn-svelte](https://github.com/techniq/layerchart-shadcn-svelte) project as reference.
First iteration of [Brush](https://www.layerchart.com/docs/components/Brush) component is now available in `0.40.0`
> Sean, awesome talk! Thanks, and same to you! I loved your talk and looked into Kitbook, although I need to dig in deeper when things calm down (do they...
> Any reason you don't add "dev": "pnpm --filter=layerchart dev", to your root package.json file and avoid the need to change directories? Nope, feel free to add!
@jacob-8 Thanks so much for starting this effort. I finished it in https://github.com/techniq/layerchart/pull/192
[Group](https://github.com/techniq/layerchart/blob/master/src/lib/components/Group.svelte) now supporting animations reduces the need for `Text` to (can always wrap in a ``)
See also [Highlight](https://www.layerchart.com/docs/components/Highlight) component