Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DonutUtilizationConfig

A config containing properties for the sparkline chart

Hierarchy

Index

Properties

Optional centerLabel

centerLabel: any

Text for the donut chart center label (optional)

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

gauge

gauge: DonutGauge

configuration properties of the donut utilization gauge

Optional legend

legend: any

C3 inherited legend configuration

Optional size

size: any

C3 inherited configuration for size

Optional tooltip

tooltip: any

C3 inherited configuration for tooltip

Generated using TypeDoc