Options🔗Definition🔗export interface Options { showThresholdLabels: boolean; reduceOptions: common.ReduceDataOptions; text?: common.VizTextDisplayOptions; showThresholdMarkers: boolean; orientation: common.VizOrientation; }