Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeat(treemap): Extend tree map API. #1089
Conversation
CLAassistant
commented
Jan 18, 2019
•
|
Hey @Akiyamka, |
|
@mcnuttandrew done, I added example in showcase and few more options for visual styling. |
|
This continues to be good work! Thanks!!!
|
| padding={gap} | ||
| margin={0} | ||
| getColor={colorFromValue} | ||
| renderMode='DOM' |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Akiyamka
Jan 25, 2019
Author
Yes, changes work in svg mode, but because onLeafClick not trigger in svg mode, navigation looks broken.
|
(see prev review) |
|
@mcnuttandrew, please check changes, is everything OK or is there anything else to change? |
|
Hey @Akiyamka would you mind taking a look at both of my comments from the previous review (remove unused file and add tests) |
|
I tried downloading your branch to play around with your example and there are few bugs
Also a few comments
|
|
@mcnuttandrew, thanks for the review! |
|
is this going to be merged soon? i'd love to use it :) |
Akiyamka commentedJan 18, 2019
Motivation: For creating complex tree map example we need more control over rendering.

Adding these props allows you to create, for example, nested treemaps.