Skip to content

LineInterpolation🔗

TODO docs

Definition🔗

export enum LineInterpolation {
    Linear = "linear",
    Smooth = "smooth",
    StepBefore = "stepBefore",
    StepAfter = "stepAfter",
}