Skip to content

Commit 07f7fcb

Browse files
committed
Merge branch 'next' of https://github.com/techniq/layerchart into next
2 parents f797553 + 8ce469f commit 07f7fcb

File tree

17 files changed

+385
-281
lines changed

17 files changed

+385
-281
lines changed

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@layerstack/svelte-actions": "1.0.1-next.14",
8686
"@layerstack/svelte-state": "0.1.0-next.19",
8787
"@layerstack/tailwind": "2.0.0-next.17",
88-
"@layerstack/utils": "2.0.0-next.14",
88+
"@layerstack/utils": "2.0.0-next.15",
8989
"d3-array": "^3.2.4",
9090
"d3-color": "^3.1.0",
9191
"d3-delaunay": "^6.0.4",

packages/layerchart/src/lib/components/Arc.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
const ctx = getChartContext();
252252
253253
const endAngle = $derived(
254-
endAngleProp ?? degreesToRadians(ctx.config.xRange ? max(ctx.xRange) : max(range))
254+
endAngleProp ?? degreesToRadians(ctx.xRange ? max(ctx.xRange) : max(range))
255255
);
256256
257257
const motionEndAngle = createMotion(initialValue, () => value, motion);

0 commit comments

Comments
 (0)