Real-Time Area Chart

An area chart is similar to a line chart except that the area between the data line and axis is usually displayed in color. A real-time area chart is shown in the following image.

This API call creates a real-time area chart:

iwenable.RealTimeLine(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 real-time area chart.

atts

Object

Optional

Configures the iWay Enable real-time area chart.

Inherited operation:

render()

iWay Software