Skip to main content

Data Visualization Components

Component Configurations

Trend

This creates a trend component with time on the x-axis. The trend needs at least one TrendTrace as a child component.

TrendTrace

Added to a Trend component, this creates a trace on the trend. Each trend can have multiple TrendTraces.

Required Fields

FieldDescriptionUse
mappingField from the asset model to populate data fromString - field name

Optional Fields

FieldDescriptionUse
steppedLineWhether to make the line stepped instead of smoothBoolean, true or false, default is false which is smooth
fillWhether to fill under the trendBoolean, true or false, default is false which is not filled
fillInverseWhether to fill over the trendBoolean, true or false, default is false which is not filled over the trend

Spark

This displays a spark chart, which is a short wide trend.

Required Fields

FieldDescriptionUse
mappingField from the asset model to populate data fromString - field name

Optional Fields

FieldDescriptionUse
widthWidth of the spark chart in multiples of 10 pixelsNumber of pixels in multiples of 10, i.e. 6 = 60px, default is the width of the parent component

KPI

This creates a Key Performance Indicator (KPI) card which shows a single value.

Required Fields

FieldDescriptionUse
mappingField from the asset model to populate data fromString - field name

RadialGauge

This creates a radial gauge.

Required Fields

FieldDescriptionUse
mappingField from the asset model to populate data fromString - field name
maximumNumber or field which defines the maximum value for radial gaugeString - Field or Number

Optional Fields

FieldDescriptionUse
widthWidth of the component in multiples of 10 pixelsNumber of pixels in multiples of 10, i.e. 6 = 60px, default is the width of the parent component
markerNumber or field which places a marker on the radial gaugeString - Field or Number