Skip to content

Commit 89927f4

Browse files
committed
fix: colorLegend
1 parent 2933062 commit 89927f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/marks/ColorLegend.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
marginBottom={20}
130130
height={38}
131131
inset={0}
132-
x={{ domain, tickSpacing, tickFormat }}>
132+
x={{ domain, tickSpacing: 30, tickFormat }}>
133133
<defs>
134134
<linearGradient id="gradient-{randId}" x2="1">
135135
{#each ticks as t (t)}

0 commit comments

Comments
 (0)