@visactor/vgrammar-hierarchy
Advanced tools
Comparing version 0.0.11-alpha.3 to 0.0.11-alpha.4
@@ -12,3 +12,2 @@ export default function(parent, x0, y0, x1, y1, keyMap = { | ||
node[keyMap.x1] = x0 += node.value * k; | ||
} | ||
//# sourceMappingURL=dice.js.map | ||
} |
@@ -36,2 +36,3 @@ import treemapDice from "./dice"; | ||
squarifyRatio(ratio, parent, x0, y0, x1, y1); | ||
}; | ||
}; | ||
//# sourceMappingURL=squarify.js.map |
{ | ||
"name": "@visactor/vgrammar-hierarchy", | ||
"version": "0.0.11-alpha.3", | ||
"version": "0.0.11-alpha.4", | ||
"description": "Layout of hierarchical data for VGrammar", | ||
@@ -31,6 +31,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@visactor/vgrammar": "0.0.11-alpha.3", | ||
"@visactor/vgrammar-util": "0.0.11-alpha.3", | ||
"@visactor/vgrammar": "0.0.11-alpha.4", | ||
"@visactor/vgrammar-util": "0.0.11-alpha.4", | ||
"@visactor/vutils": "0.9.0-alpha.2", | ||
"@visactor/vrender": "0.9.2-fill-stroke.2" | ||
"@visactor/vrender": "0.9.2-fill-stroke.4" | ||
}, | ||
@@ -48,5 +48,5 @@ "devDependencies": { | ||
"@internal/bundler": "0.0.1", | ||
"@internal/ts-config": "0.0.1", | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/jest-config": "0.0.1", | ||
"@internal/ts-config": "0.0.1" | ||
"@internal/jest-config": "0.0.1" | ||
}, | ||
@@ -53,0 +53,0 @@ "publishConfig": { |
427358
+ Added@visactor/vgrammar@0.0.11-alpha.4(transitive)
+ Added@visactor/vgrammar-coordinate@0.0.11-alpha.4(transitive)
+ Added@visactor/vgrammar-util@0.0.11-alpha.4(transitive)
+ Added@visactor/vrender@0.9.2-fill-stroke.4(transitive)
+ Added@visactor/vrender-components@0.9.2-fill-stroke.4(transitive)
- Removed@visactor/vgrammar@0.0.11-alpha.3(transitive)
- Removed@visactor/vgrammar-coordinate@0.0.11-alpha.3(transitive)
- Removed@visactor/vgrammar-util@0.0.11-alpha.3(transitive)
- Removed@visactor/vrender@0.9.2-fill-stroke.2(transitive)
- Removed@visactor/vrender-components@0.9.2-fill-stroke.2(transitive)