TooltipOptions
Options for a tooltip
Properties
cornerRadius?
optionalcornerRadius:number
Corner radius for the tooltip. Defaults to 3px.
fill?
optionalfill:string
Fill color. Defaults to white.
font?
optionalfont:FontSpec
Optional font for the tooltip.
format
format:
string
The text to display. You can use template syntax to access a few context specific variables - see the docs for a discussion.
outline?
optionaloutline:string
Outline color. Defaults to "#999999"
outlineWidth?
optionaloutlineWidth:number
Outline width. Defaults to 1.
textColor?
optionaltextColor:string
Color for text. Defaults to system default.
timeout?
optionaltimeout:number
Time to display the tooltip, in milliseconds, before hiding it. Defaults to 2500. Set this to -1 to have the Tooltip never hide automatically.
valueSuffix?
optionalvalueSuffix:string
Optional string to append to values