plot-api / jetbrains.letsPlot.tooltips / TooltipOptions

TooltipOptions

class TooltipOptions

Constructors

<init>

TooltipOptions()

Properties

options

val options: Any

Functions

anchor

Specifies a fixed position for the general tooltip.

fun anchor(position: String): TooltipOptions

color

Specifies a color of a general tooltip.

fun color(value: 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 a general tooltip in pixels.

fun minWidth(value: Number): TooltipOptions