@types/d3-hierarchy
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -12,3 +12,2 @@ // Type definitions for D3JS d3-hierarchy module 1.1 | ||
export interface HierarchyLink<Datum> { | ||
@@ -49,3 +48,2 @@ source: HierarchyNode<Datum>; | ||
export function hierarchy<Datum>(data: Datum, children?: (d: Datum) => (Datum[] | null)): HierarchyNode<Datum>; | ||
@@ -59,3 +57,2 @@ | ||
export interface StratifyOperator<Datum> { | ||
@@ -218,3 +215,2 @@ (data: Datum[]): HierarchyNode<Datum>; | ||
export function treemapBinary(node: HierarchyRectangularNode<any>, x0: number, y0: number, x1: number, y1: number): void; | ||
@@ -231,6 +227,5 @@ export function treemapDice(node: HierarchyRectangularNode<any>, x0: number, y0: number, x1: number, y1: number): void; | ||
export var treemapSquarify: RatioSquarifyTilingFactory; | ||
export var treemapResquarify: RatioSquarifyTilingFactory; | ||
export const treemapSquarify: RatioSquarifyTilingFactory; | ||
export const treemapResquarify: RatioSquarifyTilingFactory; | ||
// ----------------------------------------------------------------------- | ||
@@ -294,3 +289,2 @@ // Partition | ||
export interface PackLayout<Datum> { | ||
@@ -309,3 +303,2 @@ (root: HierarchyNode<Datum>): HierarchyCircularNode<Datum>; | ||
// ----------------------------------------------------------------------- | ||
@@ -312,0 +305,0 @@ // Pack Siblings and Enclosure |
{ | ||
"name": "@types/d3-hierarchy", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for D3JS d3-hierarchy module", | ||
"license": "MIT", | ||
"author": "Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>", | ||
"contributors": [ | ||
{ | ||
"name": "Tom Wanzek", | ||
"url": "https://github.com/tomwanzek", | ||
"githubUsername": "tomwanzek" | ||
}, | ||
{ | ||
"name": "Alex Ford", | ||
"url": "https://github.com/gustavderdrache", | ||
"githubUsername": "gustavderdrache" | ||
}, | ||
{ | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov", | ||
"githubUsername": "borisyankov" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,5 +30,4 @@ "repository": { | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a0398b9d2fb34faf8e70f29579010fb9940cb6a9992420e942cc0843fdd11562", | ||
"typesPublisherContentHash": "20a0f434d1cd0d2baa29fcd9152a3b56421692c930bf95358168fb6136b1f772", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/d3-hierarchy | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-hierarchy | ||
Additional Details | ||
* Last updated: Tue, 07 Feb 2017 20:01:00 GMT | ||
* Last updated: Thu, 26 Apr 2018 22:06:52 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16579
275