https://github.com/hoehrmann/squarify-layout
squarify-layout module
https://github.com/hoehrmann/squarify-layout
algorithms layout treemap
Last synced: 10 months ago
JSON representation
squarify-layout module
- Host: GitHub
- URL: https://github.com/hoehrmann/squarify-layout
- Owner: hoehrmann
- Created: 2019-09-15T12:50:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T14:59:23.000Z (over 6 years ago)
- Last Synced: 2025-03-18T14:07:44.221Z (10 months ago)
- Topics: algorithms, layout, treemap
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# squarify-layout
To support treemap layout modules, this library sizes and arranges
rectangles on a plane according to scalar values that represent the
desired surface area of each item.
```typescript
import { SquarifyLayout } from 'squarify-layout';
```