@mui/x-charts
Version:
The community edition of MUI X Charts components.
14 lines (13 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _resolveColorProcessor = require("../../internals/resolveColorProcessor");
const getColor = (series, xAxis, yAxis) => (0, _resolveColorProcessor.resolveColorProcessor)({
series,
valueColorScale: yAxis?.colorScale,
categoryColorScale: xAxis?.colorScale,
categoryValues: xAxis?.data
});
var _default = exports.default = getColor;