OptionsWithLegend interface

Signature

  1. export interface OptionsWithLegend

Import

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

Properties

PropertyTypeDescription
legendVizLegendOptions

legend property

Signature

  1. legend: VizLegendOptions;