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