contents property

void contents=(dynamic func)

Set custom HTML for the tooltip. Specified function receives data, defaultTitleFormat, defaultValueFormat and color of the data point to show. If tooltip.grouped is true, data includes multiple data points.

Implementation

external set contents(dynamic func);