DisplayValueAlignmentFactors interface

These represents the display value with the longest title and text. Used to align widths and heights when displaying multiple DisplayValues

Signature

  1. export interface DisplayValueAlignmentFactors extends FormattedValue

Import

  1. import { DisplayValueAlignmentFactors } from '@grafana/data';

Properties

PropertyTypeDescription
titlestring

title property

Signature

  1. title: string;