replot / replot-treemap

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

Passed-in props don't get passed to nested maps #3

Closed MFarejowicz closed 6 years ago

MFarejowicz commented 7 years ago

If a user passes in some properties, those are evident in the parent treemap, but they won't get passed down to any nested treemaps. Could fix by passing {this.props.(somePropertyHere)} to child maps, but this seems excessive.

MFarejowicz commented 7 years ago

I have made the fix I originally proposed for consistency, but am leaving this open in case someone devises a smarter solution.