stz-chart-maker Documentation - v2.3.7
    Preparing search index...

    Variable DefaultDataLabelsOptionsConst

    DefaultDataLabelsOptions: {
        align: string;
        anchor: string;
        color: (context: any) => string;
        display: (context: any) => boolean;
        font: { size: number; weight: string };
        formatter: (value: any, context: any) => any;
    } = ...

    Type Declaration

    • align: string
    • anchor: string
    • color: (context: any) => string
    • display: (context: any) => boolean
    • font: { size: number; weight: string }
    • formatter: (value: any, context: any) => any