I'm trying to create a TreeMap using Google Charts that not only shows the parent label along with the children's color breakdowns, but also the children's labels. I basically want this (save possible children coloration):
I haven't found any online examples or questions on it, is this possible?
not sure that you can get exactly like the picture,
but if you want to show both the parent and child labels,
use option -->
maxDepth: 2
note: duplicate child id's are not allowed,
here, object notation is used to provide a unique id,
but still display the same name on multiple nodes
where...
v:
= valuef:
= formatted valuesee following working snippet...