UNPKG

@mui/x-charts

Version:

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

13 lines (12 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBandScaleConfig = isBandScaleConfig; exports.isPointScaleConfig = isPointScaleConfig; function isBandScaleConfig(scaleConfig) { return scaleConfig.scaleType === 'band'; } function isPointScaleConfig(scaleConfig) { return scaleConfig.scaleType === 'point'; }