VizLegendOptions interface

Signature

  1. export interface VizLegendOptions

Import

  1. import { VizLegendOptions } from '@grafana/schema';

Properties

PropertyTypeDescription
asTableboolean
calcsstring[]
displayModeLegendDisplayMode
isVisibleboolean
placementLegendPlacement
showLegendboolean
sortBystring
sortDescboolean
widthnumber

asTable property

Signature

  1. asTable?: boolean;

calcs property

Signature

  1. calcs: string[];

displayMode property

Signature

  1. displayMode: LegendDisplayMode;

isVisible property

Signature

  1. isVisible?: boolean;

placement property

Signature

  1. placement: LegendPlacement;

showLegend property

Signature

  1. showLegend: boolean;

sortBy property

Signature

  1. sortBy?: string;

sortDesc property

Signature

  1. sortDesc?: boolean;

width property

Signature

  1. width?: number;