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

    Variable noDataPluginConst

    noDataPlugin: {
        afterDraw: (chart: any) => void;
        beforeUpdate: (chart: any) => void;
        id: string;
        beforeDestroy(chart: any): void;
    } = ...

    Type Declaration

    • afterDraw: (chart: any) => void
    • beforeUpdate: (chart: any) => void
    • id: string
    • beforeDestroy: function
      • Parameters

        • chart: any

        Returns void