Skip to content

Commit d41d98e

Browse files
committed
[Labels] Remove {#each} key until configurable
1 parent 7942b50 commit d41d98e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/layerchart/src/lib/components/Labels.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140

141141
<g class="Labels">
142142
<!-- TODO: Determine way to set lookup -->
143-
{#each $flatData as d, i (getLabelText(d))}
143+
<!-- {#each $flatData as d, i (getLabelText(d))} -->
144+
{#each $flatData as d}
144145
{@const value = getValue(d)}
145146
{@const position = getPosition(d)}
146147
{@const textProps = getTextProps(d)}

0 commit comments

Comments
 (0)