stz-util Documentation - v1.5.2
    Preparing search index...

    Type Alias Constructor<TType, TInstance>

    Constructor: new (
        type: TType,
        labels: (string | number)[],
        datasets: any[],
        options?: CustomChartOptions<TType>,
        plugins?: [],
    ) => TInstance

    Type Parameters

    • TType extends ChartType
    • TInstance