UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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