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

    Type Alias CustomOptionPlugins<TType>

    CustomOptionPlugins: DeepPartial<PluginOptionsByType<TType>> & {
        datalabels?: PartialDataLabels;
        htmlLegend?: HtmlLegendOptions;
        settingsIcon?: {
            borderWidth?: Record<"normal" | "hover", number>;
            colors?: {
                fill?: string;
                fillHover?: string;
                stroke?: string;
                strokeHover?: string;
            };
            cursor?: string;
            iconSize?: Record<"w" | "h", number>;
            img?: string;
            offset?: Record<"right" | "top", number>;
            onClick?: (chart: Chart<TType>, event: MouseEvent) => void;
            radiusExtra?: number;
        };
        zoom?: DeepPartialZoomType;
    }

    Type Parameters

    • TType extends ChartType = ChartType