Mike Bostock
Mike Bostock
Lastly if you could elaborate on some practical use cases for this feature it would be helpful in establishing motivation. Thanks!
Here’s a simple reproduction of this issue (I believe) in Safari: ```html 800 x 200 ``` Safari shows this as a 300×200 image, while Chrome scales it down to 300×75...
Here’s another approach to diffing using `this` (the previous value returned by a cell): ```js { const tree = hdom.normalizeTree(root); const element = this ? (hdom.diffElement(this.parentNode, this._tree, tree), this) :...
This would be a lovely feature. I'm using node-gitteh to implement a simple git-backed [static file server](/mbostock/git-static), and supporting sha1 fragments in particular would be handy for short URLs. Revisions...
Nice to know. Thanks for verifying!
I’d like to revert the unrelated formatting changes…
Related #149.
I ran into this the other day but I forget the context now. It would be nice if there were some syntax to materialize a column in the sort options...
Can you elaborate on what you mean by cursors? Is it like keyboard focus navigation of the plotted data (as opposed to pointer-based)?
Okay, retitled the issue to use the term that speaks more clearly to me. Did “pointer-bound marks” refer to something else, or was it to distinguish between crosshairs at the...