From c57d8d785a1d715de7a98e1055b741a8a70de05e Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Tue, 13 Feb 2024 12:42:26 -0800 Subject: [PATCH] heatmap overflow: visible --- examples/api/docs/components/apiHeatmap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/api/docs/components/apiHeatmap.js b/examples/api/docs/components/apiHeatmap.js index e33622a11..6bc401a71 100644 --- a/examples/api/docs/components/apiHeatmap.js +++ b/examples/api/docs/components/apiHeatmap.js @@ -38,6 +38,7 @@ export function ApiHeatmap( marginRight, marginBottom, marginLeft, + style: "overflow: visible;", x: {type: "utc", domain: [x1, x2]}, y: {type: "log", domain: [y1, y2], label}, color: {label: color.label},