A generic treemap user interface component for web applications written in Dart.
- Highly customizable through a exentsible data model
- Supports live updates and user interaction
- Includes several common layout algorithms
- Slice-And-Dice
- Strip
- Squarified
- Split
- Pivot-by-Size
- Pivot-by-Middle
Add this to your pubspec.yaml
:
dependencies:
treemap_ui:
git: git@github.com:usommerl/treemap_ui.git
Then run the package manager pub:
pub install
Patches and pull requests are welcome. Please file issues in our issue tracker.
We follow Semantic Versioning.
Licensed under the Apache License, Version 2.0