UNPKG

@mui/x-charts

Version:

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

5 lines 114 B
export default function getColor(series) { return dataIndex => { return series.data[dataIndex].color; }; }