Skip to main content
cngx-src documentation

CngxCurve

Type Aliascommon/chart/path

projects/common/chart/path/curve.ts

Referenced by#

Description#

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.

Pure TS, no DOM dependency, no Angular dep.

Definition#

"linear" | "monotone"