ScatterSeriesType API
Demos
Import
import { ScatterSeriesType } from '@mui/x-charts'
If true, the interaction will not use element hover for this series.
Type:boolean
Default:false
The scope to apply when the series is highlighted.
Type:Partial<HighlightScope>
The label to display on the tooltip or the legend. It can be a string or a function.
Type:string | ((location: 'tooltip' | 'legend') => string)
Formatter used to render values in tooltip or other data display.
Type:SeriesValueFormatter<TValue>