Sean Lynch

Results 292 comments of Sean Lynch

@willnationsdev It's because of how `classes` is [set](https://github.com/willnationsdev/svelte-ux/blob/pr/willnationsdev/155/packages/svelte-ux/src/lib/components/MenuItem.svelte#L20-L24) as the default value if the prop is not defined. Hmm... might have to think about #245 sooner than I hoped :)

@willnationsdev Going to close this for now, but feel free to re-open

https://github.com/techniq/svelte-ux/commit/de6f9a2018bb11c65f73fd5df1353e98dabd834b

For most cases, no change will be needed (just need to verify). All the `$: dispatch('change', { value })` should be fine (see [REPL](https://svelte.dev/repl/429e2b599fcf47789011efdad878c0d9?version=3.55.0))

Related: #53 Add component to edit enabled Logger (`localStorage.logger = 'MyComponent:INFO,OtherComponent'`) via UI

@risalfajar Yeah, this one is not as straight forward as it should be. Typically I will attach the "item group data" to each item as only one is currently selected...

@insidesmart thanks for the kind words. The 2 main outstanding items to merge the new Simplified Charts is to finish radial support, particularly bisect-x/y mode (radial voronoi is done), and...

Here's some [examples](https://techniq-simplified-charts.layerchart.pages.dev/docs/components/LineChart#radar) of the voronoi support available https://github.com/user-attachments/assets/2ec990f9-2522-41ce-a99a-b0b737d7d9c3

@risalfajar Sorry for such a long delay, but finally getting around to tackling this as part of the [Simplified Charts PR](#224) https://github.com/user-attachments/assets/ec73ec57-4c01-4e93-9e99-679dec315162 Still some work to go, but the new...

Curious what kind of radial chart you were using. Could you attached a screenshot? There are a lot of radial use cases I've been thinking about / improving.