Sean Lynch

Results 315 issues of Sean Lynch

In order to support [Canvas](https://github.com/techniq/layerchart/issues/307) and simplify common use cases, we should support ```svelte {#snippet children({ pattern })} {/snippet} ``` or ```svelte {#snippet children({ pattern })} {/snippet} ``` which translates...

While fully removing `tailwindcss` is unlikely as it enables simplified integration with Svelte UX, shadcn-svelte, Skeleton, etc, I could foresee exposing a prebuilt `layerchart.css` export using `tailwindcss` cli. Something like:...

Along with the existing simplified charts like `AreaChart`, `BarChart`, and others, it would be nice to add more of these streamline/simplified charts such as - [ ] `ForceChart` - [...

## Examples - [ ] https://observablehq.com/@d3/radial-stacked-bar-chart - [ ] https://observablehq.com/@d3/radial-stacked-bar-chart-ii - [ ] https://observablehq.com/@thetylerwolf/day-17-radial-bar-chart - [partially complete](https://huntabyte-next-work.layerchart.pages.dev/docs/components/BarChart#radial_weather) - [ ] https://www.amcharts.com/demos/variable-radius-radar/ - [ ] https://observablehq.com/@timlafferty/radial-bar-chart - [ ] https://airbnb.io/visx/radial-bars

- https://observablehq.com/@git1984/radial-bar-chart-us-unemployment-in-the-covid-19-downturn - https://www.amcharts.com/demos/radar-with-date-axis/ - https://www.amcharts.com/demos/solid-gauge/ - https://observablehq.com/@kellytall/day-four-radial-chart-with-styling - https://observablehq.com/@analyzer2004/fancy-radial-bars

Update [Tree](https://www.layerchart.com/docs/examples/Tree) to support `` similar to [visx](https://airbnb.io/visx/linktypes) ([codesandbox](https://codesandbox.io/p/sandbox/n3w687vmqj?file=%2Findex.js))

Instead of always requiring overriding the `marks` snippet/slot and using `LineageGradient` explicitly... ```svelte {#snippet marks()} {#snippet children({ gradient })} {/snippet} {/snippet} ``` it would be nice to come up with...

While we support - [``](https://www.layerchart.com/docs/components/BarChart#group_series) - [``](https://www.layerchart.com/docs/components/BarChart#stack_series) it would be nice to come up with an API to defined both of these on the same `BarChart` and handle the data...

Some outstanding items after merging #295 - [x] Font color inconsistency (ex. `LineChart > Labels within points`) - [x] Background inconsistency (ex. `AreaChart > Radial`) - [x] Fully rounded `Bars`...

While the [Text](https://www.layerchart.com/docs/components/Text) component has some support for wrapping (and soon truncation), HTML layers is more adept for laying out text. We should investigate easily switching to HTML rendered text...

layer:html