mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
Force is part of Layout
I missed that ...
This commit is contained in:
1
d3/d3.d.ts
vendored
1
d3/d3.d.ts
vendored
@@ -989,6 +989,7 @@ declare module D3 {
|
||||
interface Layout {
|
||||
stack(): StackLayout;
|
||||
pie(): PieLayout;
|
||||
force(): ForceLayout;
|
||||
}
|
||||
|
||||
interface StackLayout {
|
||||
|
||||
Reference in New Issue
Block a user