Mike Bostock

Results 695 comments of Mike Bostock

For JavaScript, this is already covered by #204.

We added client-side SQL code blocks using a **sql** front matter option. We could have `.sql` data loaders if we registered a database in the project config file.

Try it in our config and you’ll see why. The config is server-side code, so we don’t want to use it to define client-side code.

I had to turn this off because `+esm` isn’t compatible with sri; the contents can change. So this probably needs to be paired with #20 to download the modules themselves...

I think it’s a lot less important, certainly. I don’t know if there’s a compelling use case if everything is self-hosted, but we could in theory still support it.

Probably best to drop the `viewof` declaration so it can be used with either.

We’re very interested in this use case, but view this as a platform feature rather than a Framework feature. Framework is a static site generator: it generates static files (HTML,...

We probably need a separate issue for radial scales and marks more generally.

Not a very practical solution, but here’s a demonstration of pie and donut charts using Plot’s _azimuthal-equal-area_ projection: https://observablehq.com/@observablehq/pie-to-donut-chart

Probably Plot.geotile?