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.
y
1 parent b9511e1 commit 2cc5b10Copy full SHA for 2cc5b10
2 files changed
.changeset/chubby-ties-play.md
@@ -0,0 +1,5 @@
1
+---
2
+'layerchart': patch
3
4
+
5
+fix(PieChart): Do not pass `y` accessor to use linear scale fallback
packages/layerchart/src/lib/components/charts/PieChart.svelte
@@ -392,7 +392,6 @@
392
bind:context
393
data={visibleData}
394
x={value}
395
- y={key}
396
c={key}
397
cDomain={chartData.map(keyAccessor)}
398
cRange={seriesColors.length
0 commit comments