grafana/docs/sources/packages_api/ui/legendplacement.md

586 B

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "LegendPlacement" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++

LegendPlacement type

LegendPlacement type

Signature

export declare type LegendPlacement = 'under' | 'right' | 'over';

Import

import { LegendPlacement } from '@grafana/ui';