Sean Lynch

Results 315 issues of Sean Lynch

## Goals - Provide complete / standalone / isolated examples with easy copy and paste and ability to open in Svelte REPL/Playground or Stackblitz - New Examples browse page with...

## Goals - [ ] Integrate simplified charts - snippets / default impl - simplified setup - series state - [ ] External control / sync - [ ] Improve...

Most prevalent with simplified paths, such as when using `import { presimplify, simplify } from 'topojson-simplify';`. [REPL](https://svelte.dev/playground/f2275e22e9d34f6c9543c79b35bdb549?version=5.42.2). Also visible on [SketchyGlobe](https://next.layerchart.com/docs/examples/SketchyGlobe) example (especially when you turn down the "Min area")....

Useful for compound charts that include Bars and Spline https://svelte.dev/playground/a3444ef2f59b46049651762108c19200?version=5.41.2

Need to verify some use cases, and might only work with AreaChart with a known orientation, but setting ` 0}>` provides the correct experience when all values are 0 ([REPL](https://svelte.dev/playground/2f2fe23597aa45e388aeae7ebdbc3840?version=5.41.1))

Fix [Treemap](https://next.layerchart.com/docs/examples/Treemap) and many others

layer:canvas

Example usage: [BarChart > Single Dimension](https://next.layerchart.com/docs/components/BarChart#single_dimension)

layer:canvas

Support `` similar to SVG's `

layer:canvas

Should be able to use [CanvasRenderingContext2D.clip()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/clip) but need to get registered in lifecycle correctly

layer:canvas