Force is part of Layout

I missed that ...
This commit is contained in:
hansrwindhoff
2013-04-30 08:15:27 -06:00
parent f4dce76cd9
commit 9a255728e9

1
d3/d3.d.ts vendored
View File

@@ -989,6 +989,7 @@ declare module D3 {
interface Layout {
stack(): StackLayout;
pie(): PieLayout;
force(): ForceLayout;
}
interface StackLayout {