Fork of Dashboard

So Mike’s dashboard is slightly broken at the moment and I can’t figure out why in his html grid layout, div element a is rendering incorrect. When I similarly try a fork and create a 2x2 grid of the same d3-histogram in all four quadrants, I get similar errors (div elements a and c render incorrect). So its not the chart.

My fork: https://observablehq.com/d/e2b1002651c64222

My notebook was relying on the SVG elements having a width and height style set. I’ve updated my notebook to set these styles explicitly which should fix the problem. Thanks for the report!