Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UtilizationDonutChartConfig

A config containing properties for the utilization donut chart

Hierarchy

Index

Properties

Optional available

available: number

Calculated Available portion of the donut arc.

Optional centerLabel

centerLabel: any

Text for the donut chart center label (optional)

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 chartHeight

chartHeight: number

The height of the donut chart (optional)

Optional chartId

chartId: string

The id of the chart used in the markup

Optional colors

colors: any

C3 inherited configuration for colors

colors : { Cats: '#0088ce', Hamsters: '#3f9c35', }

Optional data

data: any

C3 inherited configuration for data

See: http://c3js.org/reference.html#data

Optional donut

donut: any

C3 inherited donut configuration

Optional legend

legend: any

C3 inherited legend configuration

Optional outerLabelAlignment

outerLabelAlignment: string

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

Optional percent

percent: number

Calculated percentage used

Optional size

size: any

C3 inherited configuration for size

Optional thresholds

thresholds: any

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

Optional tooltip

tooltip: any

C3 inherited configuration for tooltip

total

total: number

Total portion of the donut arc.

Optional units

units: string

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

used

used: number

Used portion of the donut arc.

Generated using TypeDoc