UNPKG

@mui/x-charts

Version:

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

5 lines 151 B
let globalChartDefaultId = 0; export const createChartDefaultId = () => { globalChartDefaultId += 1; return `mui-chart-${globalChartDefaultId}`; };