Interface UplotConstructorLikeExperimental

The uPlot constructor shape.

interface UplotConstructorLike {
    new UplotConstructorLikenew (options: UplotOptions, data: readonly (readonly (null | number)[])[], target?: unknown): UplotInstanceLike;
}

Constructors

Constructors