projects/common/chart/path/curve.ts
Curve interpolators for line / area path builders. Each function returns the interior path commands that connect a series of points; the caller is responsible for the leading M and any trailing close commands.
M
Pure TS, no DOM dependency, no Angular dep.
"linear" | "monotone"