VizLegendOptions🔗
TODO docs
Definition🔗
export interface VizLegendOptions {
displayMode: common.LegendDisplayMode;
placement: common.LegendPlacement;
showLegend: boolean;
asTable?: boolean;
isVisible?: boolean;
sortBy?: string;
sortDesc?: boolean;
width?: number;
calcs: string[];
}
Methods🔗
No methods.