Skip to content

ibm-js/dtreemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce4dbc1 · May 13, 2015
May 5, 2015
May 5, 2015
May 5, 2015
May 5, 2015
Dec 9, 2014
Nov 21, 2013
Nov 21, 2013
Oct 22, 2013
Aug 1, 2014
Mar 7, 2014
Oct 14, 2014
May 13, 2015
Jul 25, 2014
Oct 15, 2014
Feb 3, 2015
Oct 17, 2014
Oct 14, 2014
May 5, 2015
Jan 3, 2014
May 5, 2015
May 5, 2015

Repository files navigation

dtreemap Build Status

This project provides a delite-based TreeMap widget.

Status

No official release yet.

Migration

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>

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

Dependencies

This project requires the following other projects to run:

  • dojo
  • requirejs
  • delite
  • dcl
  • dcolor
  • dpointer
  • dstore

Installation

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

Documentation

http://ibm-js.github.io/dtreemap/docs/master/index.html

Credits

  • Christophe Jolif (IBM CCLA)
  • Robert Dupuy (IBM CCLA)