Skip to content

Commit

Permalink
update padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Mar 10, 2024
1 parent cd604d9 commit bc58a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_components/SyncedBrushWrapper.percent-range.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<LayerCake
ssr
percentRange
padding={{ right: 10, bottom: 20, left: 25 }}
padding={{ bottom: 20, left: 25 }}
x={xKey}
y={yKey}
yDomain={[0, null]}
Expand Down
2 changes: 1 addition & 1 deletion src/_components/SyncedBrushWrapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="chart-wrapper">
<div class="chart-container">
<LayerCake
padding={{ right: 10, bottom: 20, left: 25 }}
padding={{ bottom: 20, left: 25 }}
x={xKey}
y={yKey}
yDomain={[0, null]}
Expand Down

0 comments on commit bc58a86

Please sign in to comment.