UNPKG

@mui/x-charts

Version:

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

9 lines (8 loc) 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBandScale = isBandScale; function isBandScale(scale) { return scale.bandwidth !== undefined; }