Skip to content

ChartsItemTooltipContent API

API reference docs for the React ChartsItemTooltipContent component. Learn about the props, CSS, and other APIs of this exported module.

Demos

Import

import { ChartsItemTooltipContent } from '@mui/x-charts/ChartsTooltip';
// or
import { ChartsItemTooltipContent } from '@mui/x-charts';

Learn about the difference by reading this guide on minimizing bundle size.

Props

NameTypeDescription
The component cannot hold a ref.

CSS classes

These class names are useful for styling with CSS. They are applied to the component's slots when specific states are triggered.

Class nameRule nameDescription
.MuiChartsItemTooltipContent-cellcellStyles applied to the cell element.
.MuiChartsItemTooltipContent-labelCelllabelCellStyles applied to the labelCell element.
.MuiChartsItemTooltipContent-markmarkStyles applied to the mark element.
.MuiChartsItemTooltipContent-markCellmarkCellStyles applied to the markCell element.
.MuiChartsItemTooltipContent-rootrootStyles applied to the root element.
.MuiChartsItemTooltipContent-rowrowStyles applied to the row element.
.MuiChartsItemTooltipContent-tabletableStyles applied to the table element.
.MuiChartsItemTooltipContent-valueCellvalueCellStyles applied to the valueCell element.

You can override the style of the component using one of these customization options: