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.
2 parents 33c2c25 + 4065a73 commit 31cadaeCopy full SHA for 31cadae
src/layout/circular2d.ts
@@ -6,7 +6,7 @@ export interface CircularLayoutInputs extends LayoutFactoryProps {
6
/**
7
* Radius of the circle.
8
*/
9
- radius: 300;
+ radius: number;
10
}
11
12
export function circular2d({
0 commit comments