UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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