VizLayoutLegendProps interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature

  1. export interface VizLayoutLegendProps

Import

  1. import { VizLayoutLegendProps } from '@grafana/ui';

Properties

PropertyTypeDescription
childrenReact.ReactNode(BETA)
maxHeightstring(BETA)
maxWidthstring(BETA)
placementLegendPlacement(BETA)
widthnumber(BETA)

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

children property

Signature

  1. children: React.ReactNode;

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

maxHeight property

Signature

  1. maxHeight?: string;

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

maxWidth property

Signature

  1. maxWidth?: string;

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

placement property

Signature

  1. placement: LegendPlacement;

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

width property

Signature

  1. width?: number;