Skip to content

Options🔗

Definition🔗

export interface Options {
    graphMode: common.BigValueGraphMode;
    colorMode: common.BigValueColorMode;
    justifyMode: common.BigValueJustifyMode;
    textMode: common.BigValueTextMode;
    wideLayout: boolean;
    showPercentChange: boolean;
    reduceOptions: common.ReduceDataOptions;
    text?: common.VizTextDisplayOptions;
    percentChangeColorMode: common.PercentChangeColorMode;
    orientation: common.VizOrientation;
}

Methods🔗

No methods.