UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

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