Skip to content

Commit e3255d1

Browse files
committed
[Scatter] Improve Labels example using offset
1 parent 2c149f1 commit e3255d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/layerchart/src/routes/docs/examples/Scatter

packages/layerchart/src/routes/docs/examples/Scatter/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
rule
9898
/>
9999
<Points class="fill-primary/10 stroke-primary" />
100-
<Labels format="integer" verticalAnchor="bottom" />
100+
<Labels format="integer" verticalAnchor="bottom" offset={10} />
101101
</Svg>
102102
</Chart>
103103
</div>

0 commit comments

Comments
 (0)