stz-util Documentation - v2.1.0
    Preparing search index...

    Variable T$Const

    T$: {
        ArcChart: typeof ArcChart;
        ArcChartWrapper: typeof ArcChart;
        BarChart: typeof BarChart;
        BarChartWrapper: typeof BarChart;
        BubbleChart: typeof BubbleChart;
        BubbleChartWrapper: typeof BubbleChart;
        CartesianChart: typeof CartesianChart;
        CartesianChartWrapper: typeof CartesianChart;
        Chart: typeof Chart;
        ChartWrapper: typeof Chart;
        create: <TType extends keyof ChartTypeRegistry>(
            type: TType,
            labels: (string | number)[],
            datasets: CustomChartDatasets<TType>[],
            options?: CustomChartOptions<TType>,
            plugins?: Plugin<keyof ChartTypeRegistry, AnyObject>,
        ) => TType extends keyof ChartBuilderMap
            ? ChartBuilderMap[TType<TType>]
            : ChartBuilder<TType>;
        defaultsOptions: __module;
        defaultTypes: __module;
        DoughnutChart: typeof DoughnutChart;
        DoughnutChartWrapper: typeof DoughnutChart;
        LineChart: typeof LineChart;
        LineChartWrapper: typeof LineChart;
        PieChart: typeof PieChart;
        PieChartWrapper: typeof PieChart;
        register: <TType extends keyof ChartTypeRegistry, TInstance>(
            type: TType,
            wrapperClass: Constructor<TType, TInstance>,
        ) => void;
        toolBox: {
            setErrorLog(enabled?: boolean): void;
            setErrorShield(enabled?: boolean): void;
        };
        TreemapChart: typeof TreemapChart;
        TreemapChartWrapper: typeof TreemapChart;
    } = ...

    Type Declaration

    • ReadonlyArcChart: typeof ArcChart
    • ReadonlyArcChartWrapper: typeof ArcChart
    • ReadonlyBarChart: typeof BarChart
    • ReadonlyBarChartWrapper: typeof BarChart
    • ReadonlyBubbleChart: typeof BubbleChart
    • ReadonlyBubbleChartWrapper: typeof BubbleChart
    • ReadonlyCartesianChart: typeof CartesianChart
    • ReadonlyCartesianChartWrapper: typeof CartesianChart
    • ReadonlyChart: typeof Chart
    • ReadonlyChartWrapper: typeof Chart
    • Readonlycreate: <TType extends keyof ChartTypeRegistry>(
          type: TType,
          labels: (string | number)[],
          datasets: CustomChartDatasets<TType>[],
          options?: CustomChartOptions<TType>,
          plugins?: Plugin<keyof ChartTypeRegistry, AnyObject>,
      ) => TType extends keyof ChartBuilderMap
          ? ChartBuilderMap[TType<TType>]
          : ChartBuilder<TType>
    • ReadonlydefaultsOptions: __module
    • ReadonlydefaultTypes: __module
    • ReadonlyDoughnutChart: typeof DoughnutChart
    • ReadonlyDoughnutChartWrapper: typeof DoughnutChart
    • ReadonlyLineChart: typeof LineChart
    • ReadonlyLineChartWrapper: typeof LineChart
    • ReadonlyPieChart: typeof PieChart
    • ReadonlyPieChartWrapper: typeof PieChart
    • Readonlyregister: <TType extends keyof ChartTypeRegistry, TInstance>(
          type: TType,
          wrapperClass: Constructor<TType, TInstance>,
      ) => void
    • ReadonlytoolBox: {
          setErrorLog(enabled?: boolean): void;
          setErrorShield(enabled?: boolean): void;
      }
    • ReadonlyTreemapChart: typeof TreemapChart
    • ReadonlyTreemapChartWrapper: typeof TreemapChart