New to Kendo UI for Vue? Start a free 30-day trial

TooltipProps

tooltip-background String

The background color of the tooltip. The default value is determined by the series color.

tooltip-border-color String

The color of the border.

tooltip-border-width Number

The width of the border.

tooltip-color String

The text color of the tooltip. The default value is the same as the series labels color.

tooltip-font String

The tooltip font.

tooltip-format String

The tooltip format.

tooltip-padding Number | Object

The padding of the tooltip.

tooltip-template String | Function

The tooltip template.

The template supports the following variables:

  • value—The point value.
  • category—The category name.
  • series—The data series.
  • dataItem—The original data item that is used to construct the point. Will be null if binding to array.

tooltip-visible Boolean

A value which indicates if the tooltip will be displayed.

tooltip-shared Boolean

A value which indicates if the tooltip will be shared.

tooltip-shared-template String

The shared tooltip template.

The template supports the following variables:

  • points—The category points.
  • category—The category name.