UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

7 lines 180 B
export const seriesContextBuilder = context => ({ type: 'series', color: context.color, label: context.label, seriesId: context.seriesId, dataIndex: context.dataIndex });