We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7942b50 commit d41d98eCopy full SHA for d41d98e
packages/layerchart/src/lib/components/Labels.svelte
@@ -140,7 +140,8 @@
140
141
<g class="Labels">
142
<!-- TODO: Determine way to set lookup -->
143
- {#each $flatData as d, i (getLabelText(d))}
+ <!-- {#each $flatData as d, i (getLabelText(d))} -->
144
+ {#each $flatData as d}
145
{@const value = getValue(d)}
146
{@const position = getPosition(d)}
147
{@const textProps = getTextProps(d)}
0 commit comments