A newer version of this page is available. Switch to the current version.

jQuery CircularGauge - geometry

Specifies the properties required to set the geometry of the CircularGauge UI component.

Type:

Object

Specify the startAngle and endAngle properties of the geometry configuration object to customize the shape of the circular gauge's arc. This arc is drawn from the startAngle to the endAngle as it is illustrated by the following image.

GaugeGeometry ChartJS

View Demo

endAngle

Specifies the end angle of the circular gauge's arc.

Type:

Number

Default Value: 315

startAngle

Specifies the start angle of the circular gauge's arc.

Type:

Number

Default Value: 225