/treemap_ui

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

Primary LanguageDartOtherNOASSERTION

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: git@github.com: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