Sean Lynch
Sean Lynch
@xmlking Sorry for the delay, but LayerChart `0.43.0` and Svelte UX `0.71.0` now provide a much improved Typescript and A11y experience, and a clean console on startup :). Typescript and...
Initial [getting started](https://www.layerchart.com/getting-started) docs added by @mattlangeman
Some progress to report. We've recently made LayerChart and Svelte UX monorepos using pnpm workspaces, and added `npm create svelte-ux@latest` to the Svelte UX repo. Currently there is just a...
All imports on the docs/examples [now](https://github.com/techniq/layerchart/pull/192) use `layerchart` alias to improve copy/paste experience. Plan to continue adding improvements to make it easy to open individual examples in a REPL/StackBlitz/etc
I personally find it [surprising](https://github.com/mhkeller/layercake/issues/151), and while `yDomain={[...new Set(data.map((d) => d.name))]}` does work, I think reverting to the `pre-8.0.0` state would be a better default IMO, but not major if...
TBH I haven't gotten a chance to kick it around, but the approach looks great and I say ship it. I'm looking to leverage it at some point within LayerChart,...
Any chance this will be merged and released in the next day or two? I'm currently overhauling how I handle groups and stacks in LayerChart and would love to leverage...
> I wanted to get a couple other eyes on it first to make sure I got the reactivity correct but that hasn't come through yet. Are you able to...
Just had a thought, if you would want to publish the package as a `next` version I could try it that way.
> @techniq Try installing `8.4.0-beta.1` Just had a quick minute to install, and looks like I'm in business!  I'll start kicking it around this week and let you know...