Skip to content

Commit

Permalink
heatmap overflow: visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 13, 2024
1 parent ae1c8c6 commit c57d8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/api/docs/components/apiHeatmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit c57d8d7

Please sign in to comment.