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 6931c2c commit 8d6b4f9Copy full SHA for 8d6b4f9
2 files changed
.changeset/proud-camels-cut.md
@@ -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
@@ -367,7 +367,6 @@
367
bind:context
368
data={visibleData}
369
x={value}
370
- y={key}
371
{c}
372
cDomain={chartData.map(keyAccessor)}
373
cRange={seriesColors.length
0 commit comments