d3plus icon indicating copy to clipboard operation
d3plus copied to clipboard

Nested Treemap?

Open ignacio82 opened this issue 9 years ago • 0 comments

Is it possible to make a nested treemap with d3plus like this one?

library(googleVis)
Tree <- gvisTreeMap(Regions,  idvar="Region", parentvar="Parent",
                    sizevar="Val", colorvar="Fac")
plot(Tree)

Thanks!

ignacio82 avatar Jul 19 '15 16:07 ignacio82