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...

37 lines
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
<b>Signature</b>
```typescript
export interface DisplayValueAlignmentFactors extends FormattedValue
```
<b>Import</b>
```typescript
import { DisplayValueAlignmentFactors } from '@grafana/data';
```
<b>Properties</b>
| Property | Type | Description |
| --- | --- | --- |
| [title](#title-property) | <code>string</code> | |
### title property
<b>Signature</b>
```typescript
title: string;
```