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.
FillConfig interface
Signature
export interface FillConfig
Import
import { FillConfig } from '@grafana/schema';
Properties
Property | Type | Description |
---|---|---|
fillBelowTo | string | |
fillColor | string | |
fillOpacity | number |
fillBelowTo property
Signature
fillBelowTo?: string;
fillColor property
Signature
fillColor?: string;
fillOpacity property
Signature
fillOpacity?: number;