Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DonutGauge

An properties for a donut utilization gauge configuration

Hierarchy

  • DonutGauge

Index

Properties

Optional available

available: number

Calculated Available portion of the donut arc/gauge.

Optional centerLabelFn

centerLabelFn: any

User defined center label text function. Returns an object with 'title' and 'subTitle' properties

Optional centerLabelFormat

centerLabelFormat: string

Format of the center label. Values: 'used', 'available', 'percent', 'none'.

Optional outerLabelAlignment

outerLabelAlignment: string

Outer label alignment: 'left', 'center', 'right'

Optional percent

percent: number

Calculated percentage used

Optional thresholds

thresholds: any

User defined thresholds. Ie.: {'warning': 60, 'error': 80}

total

total: number

Total portion of the donut arc/gauge.

Optional units

units: string

Units being gauged. Ex: 'GB', 'TB', 'Mhz', 'Pods'.

used

used: number

Used portion of the donut arc/gauge.

Generated using TypeDoc