BarPlot API
API reference docs for the React BarPlot component. Learn about the props, CSS, and other APIs of this exported module.
Component demos
Import
import { BarPlot } from '@mui/x-charts/BarChart';
// or
import { BarPlot } from '@mui/x-charts';
Callback fired when a bar item is clicked.
Type:func
Signature:
function(event: React.MouseEvent, barItemIdentifier: BarItemIdentifier) => void
event
The event source of the callback.barItemIdentifier
The bar item identifier.
The component cannot hold a ref.