Sean Lynch
Sean Lynch
@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   Also note how to handle the imports compared to the docs... 
`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)