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

PropertyTypeDescription
pointColorstring
pointSizenumber
pointSymbolstring
showPointsVisibilityMode

pointColor property

Signature

typescript
pointColor?: string;

pointSize property

Signature

typescript
pointSize?: number;

pointSymbol property

Signature

typescript
pointSymbol?: string;

showPoints property

Signature

typescript
showPoints?: VisibilityMode;