Skip to content

Commit b180e23

Browse files
committed
pass lineFunction through to Line
1 parent 96c1e2c commit b180e23

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/components/data-vis/line-chart/Lines.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,12 @@
111111
defaultLineParams,
112112
tier,
113113
)}
114-
<Line {...lineAttributes} {tier} {chartBackgroundColor} />
114+
<Line
115+
{...lineAttributes}
116+
{tier}
117+
{chartBackgroundColor}
118+
{lineFunction}
119+
/>
115120
{/each}
116121
</g>
117122

0 commit comments

Comments
 (0)