diff --git a/web-common/src/components/data-graphic/marks/ChunkedLine.svelte b/web-common/src/components/data-graphic/marks/ChunkedLine.svelte index 139f52e1cfd..6b0a186291c 100644 --- a/web-common/src/components/data-graphic/marks/ChunkedLine.svelte +++ b/web-common/src/components/data-graphic/marks/ChunkedLine.svelte @@ -170,28 +170,7 @@ Over time, we'll make this the default Line implementation, but it's not quite t {@const x = $xScale(segment[0][xAccessor])} {@const width = $xScale(segment.at(-1)[xAccessor]) - $xScale(segment[0][xAccessor])} - - - + {/each}