UNPKG

@mui/x-charts

Version:

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

3 lines 101 B
export function getAreaPath(points) { return `M ${points.map(p => `${p.x} ${p.y}`).join('L')} Z`; }