Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GaugeChartOptions<GaugeChartType>

Interface that can be used to define GaugeChart configurations that can't be changed after creation.

Example usage:

// Gauge Chart with default type
undefined
// Gauge Chart with specified type
{ type: GaugeChartTypes.Solid }

Index

Properties

Optional disableAnimations

disableAnimations : undefined | false | true

Disable animations by default

Optional theme

theme : Theme

Theme used to style all elements inside the Chart. See Themes for pre-made options.

Optional type

Interface for specifying desired "type" of Gauge Chart. This can be used to select different gauge types.

Options are located in GaugeChartTypes collection. If undefined, will default to Solid.