Skip to content

Commit 8d6b4f9

Browse files
committed
fix(ArcChart): Do not pass y accessor to use linear scale fallback
1 parent 6931c2c commit 8d6b4f9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/proud-camels-cut.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'layerchart': patch
3+
---
4+
5+
fix(ArcChart): Do not pass y accessor to use linear scale fallback

packages/layerchart/src/lib/components/charts/ArcChart.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@
367367
bind:context
368368
data={visibleData}
369369
x={value}
370-
y={key}
371370
{c}
372371
cDomain={chartData.map(keyAccessor)}
373372
cRange={seriesColors.length

0 commit comments

Comments
 (0)