Skip to content

Options🔗

Definition🔗

export interface Options {
    showThresholdLabels: boolean;
    showThresholdMarkers: boolean;
    sizing: common.BarGaugeSizing;
    minVizWidth: number;
    reduceOptions: common.ReduceDataOptions;
    text?: common.VizTextDisplayOptions;
    minVizHeight: number;
    orientation: common.VizOrientation;
}

Methods🔗

No methods.