The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/packages_api/data/displayvaluealignmentfactor...

982 B

+++

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

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

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

title = "DisplayValueAlignmentFactors" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++

DisplayValueAlignmentFactors interface

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

Signature

export interface DisplayValueAlignmentFactors extends FormattedValue 

Import

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

Properties

Property Type Description
title string

title property

Signature

title: string;