• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

ChartSeriesDefaultsItemTooltipProps

Represents the props of the KendoReact ChartSeriesDefaultsItemTooltip component.

NameTypeDefaultDescription

background?

string

The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.

border?

Border

The border configuration options.

color?

string

The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.

font?

string

The tooltip font.

format?

string

The format of the labels. Uses the format method of IntlService.

The available format placeholders are:

  • Area, Bar, Column, Funnel, Line, and Pie: {0} - value.
  • Bubble: {0} - x value{1} - y value{2} - size value{3} - category name.
  • Scatter and Scatter Line: {0} - x value, {1} - y value.
  • Candlestick and OHLC: {0} - open value, {1} - high value, {2} - low value, {3} - close value, {4} - category name.
  • RangeArea, rangeBar, rangeColumn: {0} - from value, {1} - to value.

padding?

number | Padding

The padding of the tooltip. A numeric value sets all paddings.

render?

(props: TooltipContext) => ReactNode

visible?

boolean

If set to true, the Chart displays the series tooltip. By default, the series tooltip is not displayed.