Mike Bostock
Mike Bostock
I am exploring the use of render transforms to override mark appearance during interaction in the [mbostock/pointer-highlight branch](https://github.com/observablehq/plot/compare/mbostock/pointer-highlight).
We do something similar for wheel events and scaleExtent, so this sounds reasonable, though we do consume the entire “gesture” when wheeling, as in we continue to consume wheel events...
This will break require against a domain that doesn’t have CORS enabled, however. This should probably be an option. Hmm.
No. It’s primarily intended for projecting from a laptop.
Related, I just fixed #63 where if the padding was too large resulting, we’d produce negative node heights. If we make the padding variable for each node, the fix for...
It’s easier to see what’s happening with a linear scale (and the only difference between a time scale and a linear scale is that _scale_.invert calls new Date(*time*) to convert...
Here’s an earlier example that breaks the data transformation into separate cells: https://observablehq.com/@d3/stacked-area-chart-via-d3-group
Apologies for bumping, but I would also love to see this fixed — we are now using DuckDB-Wasm for SQL code cells in Observable Framework.
Probably we should support an option that allows the clockwise and containment test to be overridden, or perhaps alternatively, we could enumerate different conventions (_e.g._, *planar-cw*, *planar-ccw*, *spherical-cw*).
I think this is asking for line simplification, which is not provided by d3-shape, but is available for example in topojson. https://bl.ocks.org/mbostock/5732029