class TooltipOptions
<init> |
TooltipOptions() |
options |
val options: Any
|
anchor |
Specifies a fixed position for the general tooltip. fun anchor(position: String): TooltipOptions |
format |
Defines the format for displaying the value. The format will be applied to the mapped value in the default tooltip or to the corresponding value specified in the line template. fun format(field: String, format: String): TooltipOptions |
line |
Specifies the string template to use in the multi-line tooltip. fun line(template: String): TooltipOptions |
minWidth |
Specifies a minimum width of the general tooltip. fun minWidth(value: Number): TooltipOptions |