Mike Bostock
Mike Bostock
I don’t think this is the right solution, but thank you for the contribution. I expect the problem here is that the width of 0.5em isn’t right with some fonts?...
I think it is a font issue because the width of that element is hard-coded to 0.5em. If in the available system font the glyph (▾ or ▴) doesn’t have...
The [GitHub Burndown chart](https://observablehq.com/@tmcw/github-burndown) does something like this by converting an interval into a regular pulse (e.g., daily value). It’s not technically possible to stack rects with overlapping but non-aligned...
I think if it’s a bundled dependency it’s okay.
“Poi” seems like a fine name to me. It’s still the pole of inaccessibility, no? Also, [poi](https://en.m.wikipedia.org/wiki/Poi_(food)) is a food, which is fun.
Not sure we want to change this; doing so would presumably prevent vertical scrolling if that is what you intended by touching and dragging and simply happened to touch the...
The documentation here is wrong because it was copied from the line mark; an area has no fill by default so setting the strokeLinecap has no effect by default. You...
Yes, this looks like a bug. The `marker` element is inheriting the `stroke-dasharray` because it’s within the `g` of the line mark. We could either move it up so it...
Maybe the better solution here would be to document how to access the underlying SQLite instance. I don’t think we want to create wrapper functions for everything that SQLite supports,...
This looks promising. The other thing that was hard about fixing #1339 is that even if we know that we’ve changed the stylesheets, there’s no event (as far as I...