@grafana/ui
Version:
Grafana Components Library
7 lines (6 loc) • 298 B
TypeScript
import { PanelOptionsEditorBuilder } from '@grafana/data';
import { OptionsWithLegend } from '@grafana/schema';
/**
* @alpha
*/
export declare function addLegendOptions<T extends OptionsWithLegend>(builder: PanelOptionsEditorBuilder<T>, includeLegendCalcs?: boolean, showLegend?: boolean): void;