UNPKG

@mui/x-charts

Version:

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

6 lines 106 B
/** * Remove spaces to have viable ids */ export function cleanId(id) { return id.replace(' ', '_'); }