An open API service indexing awesome lists of open source software.

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

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';
```