kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-chart
/
io.kvision.chart.js
/
TooltipCallbacks
Tooltip
Callbacks
external
interface
TooltipCallbacks
<
Model
,
Item
>
(
source
)
Members
Functions
after
Body
Link copied to clipboard
abstract
fun
afterBody
(
tooltipItems
:
Array
<
Item
>
)
:
dynamic
after
Footer
Link copied to clipboard
abstract
fun
afterFooter
(
tooltipItems
:
Array
<
Item
>
)
:
dynamic
after
Label
Link copied to clipboard
abstract
fun
afterLabel
(
tooltipItem
:
Item
)
:
dynamic
after
Title
Link copied to clipboard
abstract
fun
afterTitle
(
tooltipItems
:
Array
<
Item
>
)
:
dynamic
before
Body
Link copied to clipboard
abstract
fun
beforeBody
(
tooltipItems
:
Array
<
Item
>
)
:
dynamic
before
Footer
Link copied to clipboard
abstract
fun
beforeFooter
(
tooltipItems
:
Array
<
Item
>
)
:
dynamic
before
Label
Link copied to clipboard
abstract
fun
beforeLabel
(
tooltipItem
:
Item
)
:
dynamic
before
Title
Link copied to clipboard
abstract
fun
beforeTitle
(
tooltipItems
:
Array
<
Item
>
)
:
dynamic
footer
Link copied to clipboard
abstract
fun
footer
(
tooltipItems
:
Array
<
Item
>
)
:
dynamic
label
Link copied to clipboard
abstract
fun
label
(
tooltipItem
:
Item
)
:
dynamic
label
Color
Link copied to clipboard
abstract
fun
labelColor
(
tooltipItem
:
Item
)
:
TooltipLabelStyle
label
Point
Style
Link copied to clipboard
abstract
fun
labelPointStyle
(
tooltipItem
:
Item
)
:
T$43
label
Text
Color
Link copied to clipboard
abstract
fun
labelTextColor
(
tooltipItem
:
Item
)
:
dynamic
title
Link copied to clipboard
abstract
fun
title
(
tooltipItems
:
Array
<
Item
>
)
:
dynamic