Sean Lynch

Results 296 comments of Sean Lynch
trafficstars

@mcmxcdev Svelte Flow is awesome for sure, and would be the better choice depending on the needs/constraints (editor vs data visualization). Ironically (or coincidentally), I had the recent need for...

See: #21 (Support both axises as bands)

Hi @risalfajar 👋 I agree having a better getting started doc is very much needed. We do make a callout to `LayerCake`'s [docs](https://layercake.graphics/guide), which `LayerChart` is built up, and does...

Also note clicking on "Page Source" at the top gives you the full docs including imports ![image](https://github.com/techniq/layerchart/assets/177476/c4c2e176-4c42-4404-9c6a-b4f25c84cfa8) ![image](https://github.com/techniq/layerchart/assets/177476/0d8c8e35-220f-404a-94d5-6d11c2b1d47f) Also note how to handle the imports compared to the docs... ![image](https://github.com/techniq/layerchart/assets/177476/d85eaee1-a8ab-42b1-b5f6-790d07274eee)

`d3-scale` is the main one, since it is used in most/all of the cartesian / polar charts (standard x/y charts), and in some capacity in others depending on the chart...

Continuation of some of the discussion in issue #54. (cc: @mattlangeman)

See also #21, particularly: - Better date handling - https://observablehq.com/@observablehq/plot-interval - https://observablehq.com/@observablehq/plot-ordinal-bar-chart - https://observablehq.com/@observablehq/plot-ordinal-scale-interval

Some quick thoughts... > A way to detect if it's a barchart with timeScale (or some other way to know we need to shift ticks and adjust domain) Currently checking...

@mattlangeman bit of a hack/workaround, but today I wanted to add a daily volume chart to my Github Analysis site (bar chart under the area chart), and accomplished this by...

One thought I had to detect using a `Bars` was possibly passing `` (or `yInterval`) similar to [plot](https://observablehq.com/plot/transforms/interval)