Angular Gauge

An angular gauge uses a radial scale to display a data range, and a dial to indicate a data value. One variation of an angular gauge is shown in the following image.

This API call creates an angular gauge:

iwenable.AngularGauge(ctxt,id,debug,atts)

Parameter

Type

Required/
Optional

Description

ctxt

String

Required

Specifies the context of the iWay Service Manager.

id

String

Required

Specifies the ID of the HTML element that will be rendered.

debug

Integer

Optional

Specifies whether or not to debug the angular gauge.

atts

Object

Optional

Configures the iWay Enable angular gauge.

Inherited operation:

render()

iWay Software