Skip to content

MarkElement API

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

Component demos

Import

import { MarkElement } from '@mui/x-charts/LineChart';
// or
import { MarkElement } from '@mui/x-charts';
Learn about the difference by reading this guide on minimizing bundle size.

Props

dataIndexRequired

The index to the element in the series' data array.

Type:number


shapeRequired

The shape of the marker.

Type:'circle'
| 'cross'
| 'diamond'
| 'square'
| 'star'
| 'triangle'
| 'wye'


skipAnimation

If true, animations are skipped.

Type:bool

Default:false


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.

.MuiMarkElement-faded

Styles applied to the root element when faded.

Rule name:faded


.MuiMarkElement-highlighted

Styles applied to the root element when higlighted.

Rule name:highlighted


.MuiMarkElement-root

Styles applied to the root element.

Rule name:root



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