Mike Bostock

Results 751 comments of Mike Bostock

I published my notebook above. I think it’s good enough and it has accompanying explanatory text.

I’d like to figure out a nice way of doing this for the new VitePress-powered documentation #3655 but I haven’t come up with one yet.

Documenting the current API versions would be a one-time effort, but this request also presents an ongoing burden for any new or changed API on any future release. By my...

We are in the process of redesigning the website and will remove broken links. Folding into #3655.

We don’t have any immediate plans to do this, and don’t need a tracking issue for it. Maybe we’ll do it eventually.

I don’t recommend using a time axis if you want to represent time as ordinal (i.e., with bars centered over the ticks); offsetting the position by 14 days won’t work...

Sure, the same thing in D3 would look like this: ![untitled (59)](https://github.com/d3/d3-axis/assets/230541/5af525a9-fe50-4824-a289-fca4116f1928) ```js { const width = 640; const height = 400; const marginTop = 20; const marginRight = 20;...

Plot.line supports this now.

That sounds reasonable to me. 👍 In theory, we could also make a HEAD request for the file to get the MIME type, and then we might be able to...