Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rgieseke
Copy link
Contributor

Errors were

/src/_components/Line-D3.svelte:20:53
Error: Argument of type 'Function' is not assignable to parameter of type 'CurveFactory | CurveFactoryLineOnly'. (js)

	let path = $derived(line().x($xGet).y($yGet).curve(curve));
	// .defined($y)

--
/src/_components/MultiLine.svelte:19:53
Error: Argument of type 'Function' is not assignable to parameter of type 'CurveFactory | CurveFactoryLineOnly'. (js)

	let path = $derived(line().x($xGet).y($yGet).curve(curve));
	// .defined($y)

@mhkeller mhkeller merged commit 9e0c2db into mhkeller:main Aug 18, 2025
6 checks passed
@rgieseke rgieseke deleted the add-d3-type branch August 18, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants