Sean Lynch

Results 203 issues of Sean Lynch

Currently [Text](https://github.com/techniq/layerchart/blob/master/src/lib/components/Text.svelte) is a partial port of [Text](https://airbnb.io/visx/text) from visx, although it might be overkill unless multiline is needed, and currently needs improved to handle styled text, etc (measurement needs...

- https://observablehq.com/@hamzaamjad/tiny-charts - https://observablehq.com/@hamzaamjad/covid-cases-by-state - https://mitcheljager.github.io/svelte-tiny-linked-charts/ - [Trending Job Markets](https://observablehq.com/d/2cd35b19a7eb45a7) - [COVID-19 - Cases by State](https://observablehq.com/d/4b0143cd5155e881)

example

- [ ] Extract `Links` component from [Points](https://github.com/techniq/layerchart/blob/master/src/lib/components/Points.svelte#L116-L122). - [ ] Update Candlestick [example](https://github.com/techniq/layerchart/blob/master/src/routes/docs/examples/Candlestick/+page.svelte#L41) - [ ] Update DotPlot [example](https://github.com/techniq/layerchart/blob/master/src/routes/docs/examples/DotPlot/%2Bpage.svelte#L54) - [ ] Update Tooltip examples ([1](https://github.com/techniq/layerchart/blob/master/src/routes/docs/components/Tooltip/%2Bpage.svelte#L343), [2](https://github.com/techniq/layerchart/blob/master/src/routes/docs/components/Tooltip/%2Bpage.svelte#L390))

Similar to [MotionPath](https://www.layerchart.com/docs/components/MotionPath) using [\](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion), it might be nice to add components (and use cases) for [\](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate) and [\](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform). ## Examples - [Animated SVG gradient](https://observablehq.com/d/1f65c99051133059)

low priority

Add more [Sankey](https://www.layerchart.com/docs/examples/Sankey) examples - [ ] Expandable (similar to [Tree](https://www.layerchart.com/docs/examples/Tree)) - https://unovis.dev/gallery/view/?collection=Networks%20and%20Flows&title=Expandable%20Sankey - [ ] Highlight downstream - https://observablehq.com/@bda/lafe - [ ] d3-array rollup usage (with common downstream nodes)...

example

- [x] `padding` should also be renamed to `inset` to not confuse with chart and bar group padding - [ ] Just like Arc's inner/outer [radius](https://github.com/techniq/layerchart/blob/master/src/lib/components/Arc.svelte#L57-L63), if the value is...

## Examples - https://observablehq.com/@fil/spotify-pop-artists - https://observablehq.com/plot/transforms/dodge - https://observablehq.com/@recifs/dodge-text - https://observablehq.com/@observablehq/plot-dodge-penguins - https://observablehq.com/@observablehq/plot-dodge-cars - https://observablehq.com/@neocartocnrs/dots - https://observablehq.com/d/b7feb27022a8250d - https://observablehq.com/@6030d10168b70075/beeswarm-versus-dodging - https://observablehq.com/@observablehq/plot-image-dodge - https://observablehq.com/@climatelab/label-dodging

- https://mauriciopoppe.github.io/function-plot/ - https://mafs.dev/guides/get-started/hello-f-x - https://tixy.land/

- https://observablehq.com/@observablehq/plot-dual-axis - https://observablehq.com/@observablehq/dual-axis-bar-line-chart - https://vega.github.io/vega-lite/examples/layer_dual_axis.html - https://github.com/mhkeller/layercake/issues/131 - https://blog.datawrapper.de/dualaxis/ - https://policyviz.com/2022/10/06/avoiding-the-dual-axis-chart/ Approaches - Overlay 2 separate `` instances on top of each other - How to handle tooltips /...

- https://observablehq.com/@gjmcn/teapot-uncertainty-band - [data-ui](https://williaster.github.io/data-ui/?selectedKind=xy-chart&selectedStory=AreaSeries%20--%20confidence%20intervals&full=0&addons=0&stories=1&panelRight=0) - https://observablehq.com/@toja/linear-regression-with-confidence-bands - https://observablehq.com/@mbostock/variable-thickness-band - https://observablehq.com/@bayre/variable-thickness-band - https://observablehq.com/@gjmcn/teapot-uncertainty-band - https://observablehq.com/@mbrownshoes/line-chart - See also [Bollinger bands](https://github.com/techniq/layerchart/issues/17)