UNPKG

@mui/x-charts

Version:

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

6 lines 126 B
const getColor = series => { return dataIndex => { return series.data[dataIndex].color; }; }; export default getColor;