Releases: bohnacker/Treemap.js
Releases · bohnacker/Treemap.js
v0.4.0
Added functionality to keep the order of the items when switching to another value. This is useful if you want ot animate from one state to the other.
Bug fixes.
v0.3.0
Added working with multiple values inside the treemap.
Some renaming, restructuring and bug fixing.
v0.2.1
Found lots of bugs in the previous release and fixed them. This one should be quite stable. Still planing to restructure and rename some of the functionality ...
v0.2.0
Restructured adding of data to the treemap. addData
now only adds (hierarchical) structures, addItem
adds single Items to count up values.
Initial release
v0.1.0
added an example for drawing with p5js