Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
BarConfig interface
Signature
export interface BarConfig
Import
import { BarConfig } from '@grafana/schema';
Properties
Property | Type | Description |
---|---|---|
barAlignment | BarAlignment | |
barMaxWidth | number | |
barWidthFactor | number |
barAlignment property
Signature
barAlignment?: BarAlignment;
barMaxWidth property
Signature
barMaxWidth?: number;
barWidthFactor property
Signature
barWidthFactor?: number;