UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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