Mike Bostock
Mike Bostock
Apologies for bumping, but I’d love to help move this forward as this is currently preventing us from using DuckDB’s `HISTOGRAM` function (_e.g._ `SELECT HISTOGRAM(phot_g_mean_mag)` crashes per https://github.com/observablehq/framework/issues/1014). Please let...
The graticule mark supports the standard mark options, so you can say ```js Plot.graticule({strokeWidth: 1, strokeOpacity: 0.1}) ``` However, it does not support changing the geometry of the graticule; it...
I think we’d just need to update the version of Acorn and configure the ecmaVersion to allow new language features.
What do you mean by “work”? It should just work out of the box:  It doesn’t use swiping, though—just normal scrolling.
I’ve updated description. This would be a nice feature, but it’s somewhat of a pain to implement [page swiping on iOS](http://bl.ocks.org/mbostock/8411383).
The only thing you need to do to get stack working is: 1. Load d3.js. 2. Load stack.js. 3. Call the `stack()` function. If you copied some of the other...
That’s a heavily modified version of Stack.js… it’s barely recognizable. Did you make those modifications and are asking me to help, or are you using someone else’s fork? In either...
D3 4.0 isn’t officially released yet, but when it is, I’ll get around to updating this library.
Hmm, I dunno. If you can post an example to reproduce the issue, I’ll take a look, but I’m not sure if it’s easily solved. Styles on use elements (applied...
Okay. It’s probably one of these: #2 #3 #4.