Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Latest commit

 

History

History
56 lines (44 loc) · 1.45 KB

README.md

File metadata and controls

56 lines (44 loc) · 1.45 KB

About

A generic treemap user interface component for web applications written in Dart.

Features

  • 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

Usage

Install bleeding edge version

Add this to your pubspec.yaml:

dependencies:
  treemap_ui:
    git: [email protected]:usommerl/treemap_ui.git

Then run the package manager pub:

pub install

Collaboration

Patches and pull requests are welcome. Please file issues in our issue tracker.

Versioning

We follow Semantic Versioning.

License

Licensed under the Apache License, Version 2.0