ChartsAxisTooltipContent API
API reference docs for the React ChartsAxisTooltipContent component. Learn about the props, CSS, and other APIs of this exported module.
Component demos
Import
import { ChartsAxisTooltipContent } from '@mui/x-charts/ChartsTooltip';
// or
import { ChartsAxisTooltipContent } from '@mui/x-charts';| Name | Type | Default | Description | 
|---|
The component cannot hold a ref.
These class names are useful for styling with CSS. They are applied to the component's slots when specific states are triggered.
| Class name | Rule name | Description | 
|---|---|---|
| .MuiChartsAxisTooltipContent-cell | cell | Styles applied to the cell element. | 
| .MuiChartsAxisTooltipContent-labelCell | labelCell | Styles applied to the labelCell element. | 
| .MuiChartsAxisTooltipContent-mark | mark | Styles applied to the mark element. | 
| .MuiChartsAxisTooltipContent-markCell | markCell | Styles applied to the markCell element. | 
| .MuiChartsAxisTooltipContent-root | root | Styles applied to the root element. | 
| .MuiChartsAxisTooltipContent-row | row | Styles applied to the row element. | 
| .MuiChartsAxisTooltipContent-table | table | Styles applied to the table element. | 
| .MuiChartsAxisTooltipContent-valueCell | valueCell | Styles applied to the valueCell element. | 
You can override the style of the component using one of these customization options:
- With a global class name.
- With a rule name as part of the component's styleOverridesproperty in a custom theme.