replot / replot-treemap

replot-treemap: Intelligent and customizable treemap components for react.
http://replot.io/treemap/
MIT License
1 stars 0 forks source link

Clean up #18

Closed MFarejowicz closed 6 years ago

MFarejowicz commented 6 years ago

@sanjaypojo Fixed a bunch of issues that we noticed through use. Full list below:

-Colors are now seeded differently at each level so we don't have something like red on red. -Fixed issue where tooltip would get incorrect data if two sublevels had the same name (now checks parent as well). -Fixed issue where going back a level would fail if done by clicking on the "other" rect to do so -Fixed issue where base treemap would reposition if user had something like text-align: center on their div containing the treemap. -Adjusted percentage displays, percents are now calculated as a fraction of the whole data total, instead of the treemap a rectangle is a portion of.