Merge pull request #507 from hansrwindhoff/patch-1

Force is part of Layout
This commit is contained in:
Diullei Gomes
2013-05-02 17:31:09 -07:00

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 {