Set the tooltips parameter
set_tooltip_parameters(D3partitionR_object, visible = T, style = NULL,
builder = "table")
The D3partitionR object to which the data should be appended
boolean, should the trail be diplayed ? Default: TRUE
a valid CSS string to be applied to the tooltip. Default: NULL
Tooltip builder to use for the tooltip. Can either one of the predefined tooltip ('table','basic') or a js expression returning a tooltip.
A D3partitionR object