mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
Merge pull request #507 from hansrwindhoff/patch-1
Force is part of Layout
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