Mike Bostock
Mike Bostock
First attempt: https://github.com/observablehq/plot/compare/mbostock/named-tick-intervals I don’t like how many names are involved, though, and that you can’t express skip intervals (e.g., every other week).
I was thinking that this would be implemented as an invisible mark (say a rect with fill: none and pointer-events: all) which listens for pointer events and then assigns the...
Ah. I was thinking you’d only have one or the other (hovering or brushing), but never both.
I’ve retitled this issue to describe the more general issue.
Two more at the top of my list: A way to compose transforms, e.g. Plot.transform(*transforms*…) where each *transform* is a {filter, sort, transform} object. This is available internally as maybeTransform...
Previously #565.
It’s because it’s coercible to a number: `+" "` equals `0`.
If multiple marks specify _fx_and _fy_, what happens? It means that marks can use different data, but share the same _fx_ and _fy_ scales. In other words, the domains for...
I’m having difficulty following this issue. 🤯
> If the domain is contained in, say, [1500, 2200], set the default formatter to be d => '${d}' rather than Intl.NumberFormat. We should also ensure that all channel values...