VizLegendOptions interface

Signature

  1. export interface VizLegendOptions

Import

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

Properties

PropertyTypeDescription
asTableboolean
calcsstring[]
displayModeLegendDisplayMode
isVisibleboolean
placementLegendPlacement
sortBystring
sortDescboolean

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;

sortBy property

Signature

  1. sortBy?: string;

sortDesc property

Signature

  1. sortDesc?: boolean;