How can I make a tooltip with image in treemap with r?
I suspect that I will need to use d3.js.
I am using a gvisTreeMap().
How can I make a tooltip with image in treemap with r?
I suspect that I will need to use d3.js.
I am using a gvisTreeMap().
Check this out if it is helpful
svg(filename="file1.svg")
devSVGTips("file1.svg", width=9, height=9, toolTipMode=1, title="")
treemap(datafile,.....)
dev.off()