Skip to content

Releases: bohnacker/Treemap.js

v0.4.0

03 Jun 07:18
Compare
Choose a tag to compare

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

26 May 14:34
Compare
Choose a tag to compare

Added working with multiple values inside the treemap.
Some renaming, restructuring and bug fixing.

v0.2.1

26 May 06:56
Compare
Choose a tag to compare

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

25 May 08:31
Compare
Choose a tag to compare

Restructured adding of data to the treemap. addData now only adds (hierarchical) structures, addItem adds single Items to count up values.

Initial release

24 May 14:46
Compare
Choose a tag to compare
v0.1.0

added an example for drawing with p5js