LineStyle interface

Signature

  1. export interface LineStyle

Import

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

Properties

PropertyTypeDescription
dashnumber[]
fill‘solid’ | ‘dash’ | ‘dot’ | ‘square’

dash property

Signature

  1. dash?: number[];

fill property

Signature

  1. fill?: 'solid' | 'dash' | 'dot' | 'square';