Menu
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.
Enterprise
Open source
PointsConfig interface
Signature
typescript
export interface PointsConfig Import
typescript
import { PointsConfig } from '@grafana/schema';Properties
| Property | Type | Description |
|---|---|---|
| pointColor | string | |
| pointSize | number | |
| pointSymbol | string | |
| showPoints | VisibilityMode |
pointColor property
Signature
typescript
pointColor?: string;pointSize property
Signature
typescript
pointSize?: number;pointSymbol property
Signature
typescript
pointSymbol?: string;showPoints property
Signature
typescript
showPoints?: VisibilityMode;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more