Sean Lynch

Results 423 comments of Sean Lynch

Resolved via #295 with the introduction of a new draw registration system

@oneezy The docs are using Svelte 5, but I haven't started migrating to runes/snippets *just* yet. Just got back from a family vacation and transitioning jobs this/next week, but plan...

Hey @vijay8i. That's interesting. I see the patch is adding... ```svelte ``` to all the components. As long as setting this option doesn't have any Svelte 3/4 compat issues (complains...

Migration completed via https://github.com/techniq/layerchart/pull/458 and released as [[email protected]](https://github.com/techniq/layerchart/releases/tag/layerchart%402.0.0-next.2) (will be `2.0.0` after more feature work and improvements are completed)

## Skeleton `tailwind.config.ts` ```js export default { theme: { extend: { colors: { 'surface-100': 'rgb(var(--theme-color-surface-100) / )', 'surface-200': 'rgb(var(--theme-color-surface-200) / )', 'surface-300': 'rgb(var(--theme-color-surface-300) / )', 'surface-content': 'rgb(var(--theme-color-surface-content) / )', }...

Hi @x4080 👋, a few thoughts: You need to have at least the following Tailwind colors defined - `surface-100` - `surface-200` - `surface-300` - `surface-content` You can define them without...

I've added a shadcn-svelte section as well as example integration [project](https://github.com/techniq/layerchart-shadcn-svelte)

Simplified integration is now available in [2.0.0-next.39](https://github.com/techniq/layerchart/releases/tag/layerchart%402.0.0-next.39) with [examples](https://github.com/techniq/layerchart/tree/next/examples).

Thanks for kind word @bensch98. Some aspects of a gnatt chart could be created in LayerChart now (showing events as bars with a start/end) and possibly some links between dependencies,...

@huntabyte @shyakadavis [Let's go!](https://www.youtube.com/watch?v=qmsaUQ7JQOo), again! 😁 Btw, I'm also tracking simplified chart improvements [here](https://github.com/techniq/layerchart/issues/246), with a few being blockers (such as Arc text), although many are just improvements I'm considering.