PointsConfig interface

Signature

  1. export interface PointsConfig

Import

  1. import { PointsConfig } from '@grafana/schema';

Properties

PropertyTypeDescription
pointColorstring
pointSizenumber
pointSymbolstring
showPointsVisibilityMode

pointColor property

Signature

  1. pointColor?: string;

pointSize property

Signature

  1. pointSize?: number;

pointSymbol property

Signature

  1. pointSymbol?: string;

showPoints property

Signature

  1. showPoints?: VisibilityMode;