UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 109 B
export function getLabel(value, location) { return typeof value === 'function' ? value(location) : value; }