Learn R Programming

D3partitionR (version 0.5.0)

set_tooltip_parameters: Set the tooltips parameter

Description

Set the tooltips parameter

Usage

set_tooltip_parameters(D3partitionR_object, visible = T, style = NULL,
  builder = "table")

Arguments

D3partitionR_object

The D3partitionR object to which the data should be appended

visible

boolean, should the trail be diplayed ? Default: TRUE

style

a valid CSS string to be applied to the tooltip. Default: NULL

builder

Tooltip builder to use for the tooltip. Can either one of the predefined tooltip ('table','basic') or a js expression returning a tooltip.

Value

A D3partitionR object