UNPKG

@mui/x-charts

Version:

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

6 lines 189 B
export function isBandScaleConfig(scaleConfig) { return scaleConfig.scaleType === 'band'; } export function isPointScaleConfig(scaleConfig) { return scaleConfig.scaleType === 'point'; }