UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

8 lines 348 B
import _extends from "@babel/runtime/helpers/esm/extends"; const getSeriesWithDefaultValues = (seriesData, seriesIndex, colors) => { return _extends({}, seriesData, { id: seriesData.id ?? `auto-generated-id-${seriesIndex}`, color: seriesData.color ?? colors[seriesIndex % colors.length] }); }; export default getSeriesWithDefaultValues;