Mike Bostock

Results 751 comments of Mike Bostock

We should also add a 2-week interval between 1 week and 1 month.

There’s a similar issue with d3.utcHour and d3.timeHour: if you use d3.utcHour.every(5), you get a combination of 5- and 4-hour intervals since it resets at midnight; and if you pass...

@nitaku No pointers, sorry. If I knew how to do this I would have done it already.

Yes, as @Fil mentioned. This library is an adaptation of [gorhill/Javascript-Voronoi](https://github.com/gorhill/Javascript-Voronoi), which is an implementation of Fortune’s algorithm.

FYI, that bl.ock has no license. It looks like it is based on this: https://cse512-14w.github.io/fp-plvines-djpeter/ Here are two GPL’d libraries for Java: https://github.com/ArlindNocaj/Voronoi-Treemap-Library https://github.com/ArlindNocaj/power-voronoi-diagram And the related paper: https://www.uni-konstanz.de/mmsp/pubsys/publishedFiles/NoBr12a.pdf

We also need to delete the README here and point to the new documentation on d3js.org, and update the documentation there… I’ll do that separately.

Broader discussion in #64, wherein I think we should consider changing the behavior of *interval*.every universally. The main wrinkle is d3.timeHour and daylight savings time… Also, arguably, the design of...

Closing in favor of #66.

Probably want two versions for above (or top?) and below (bottom?): ``` js function curveStepBelow(context) { var y0, i; return { lineStart: function() { y0 = NaN, i = 0;...

And two more for left and right…