UNPKG

@mui/x-charts

Version:

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

11 lines (10 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getColor; function getColor(series) { return dataIndex => { return series.data[dataIndex].color; }; }