Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 23, 2023
1 parent d84fc71 commit 77c986d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/d3-contour.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import PlotRender from "./components/PlotRender.js";
<PlotRender :options='{
axis: null,
aspectRatio: 1,
style: "margin: 0;",
marks: [
Plot.contour(volcano.values, {
width: volcano.width,
Expand Down

0 comments on commit 77c986d

Please sign in to comment.