Mike Bostock

Results 751 comments of Mike Bostock

I think this probably isn’t fixable and is the same fundamental issue as https://github.com/d3/d3-transition/issues/72#issuecomment-319202005 which is that _transition_.style depends on the _computed_ value of the style property. In the case...

This would be useful in the binned GAIA stars raster plot.

The `%I` directive is defined as 12-hour time; this library isn’t designed to allow the locale to change that definition. For example, if we changed `%I` to be either 12-...

I don’t think it’s worth the trouble to consider this a major version bump across D3. The current behavior is broken in many cases. In the case of UTC ticks,...

Also, we already changed the visible behavior of utcTicks by adopting unixDay instead of utcDay in #58, which is why this PR doesn’t change the visible behavior of utcTicks; if...

Release 0.3.1 adds support for left, right and outer joins (#23). This can be used to check for missing joins by filtering for null after joining.

The Plot.dodge transform works nicely. https://observablehq.com/@observablehq/plot-dodge

We do already implement reducer labels, but you have to specify it as a reducer implementation (and ignore the TypeScript lint because we haven’t declared label as an optional property...

I think there’s a similar bug here reading inputs e.g. in the map transform. For example I was expecting to be able to feed the map transform x: {value: "foo",...