This project provides a delite-based TreeMap widget.
No official release yet.
This is the former dojox/treemap project.
Migration steps from dojox/treemap to dtreemap:
- replace any use of
"dojox/treemap"
AMD module path by"dtreemap"
- replace any use of
.dojoxTreeMapXSomething
CSS classes by.dtreemap-xsomething
- replace any use in markup of
<div data-dojo-type="dojox/treemap/TreeMap" data-dojo-props="store: mystore"></div>
by<d-treemap store="mystore"><d-treemap>
This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.
This project requires the following other projects to run:
- dojo
- requirejs
- delite
- dcl
- dcolor
- dpointer
- dstore
Bower release installation:
$ bower install dtreemap
Manual master installation:
$ git clone git://github.com/ibm-js/dtreemap.git
Then install dependencies with bower (or manually from github if you prefer to):
$ cd dtreemap
$ bower install
http://ibm-js.github.io/dtreemap/docs/master/index.html
- Christophe Jolif (IBM CCLA)
- Robert Dupuy (IBM CCLA)