Print

Line Chart Widget

Summary


The line chart widget is used to display a series of values over time, and can display multiple tags from multiple data sources or stacks. Choosing a time frame appropriate to your data and use case is key, as these will determine how densely packed your data points appear on the chart. Data above a certain level of density will automatically be decimated for ease of visual consumption. This widget is commonly used to reveal data trends over hours or days, and to compare the behavior of multiple devices running simultaneously by layering multiple tags in a single chart.

Examples gallery


  • Default view display a single tag's values over a multi-day timeframe

Common applications


  • Visualize peaks and valleys in power consumption across multiple machines to reveal patterns of extended idleness.
  • Display changes in air pressure over long time periods, making slow leaks easy to identify and repair.

Configuration Options


PropertyOptionsDescription
Time FrameDetermine the time window of data to be displayed in the widget. Note that large quantities of data will be displayed in decimated format for visualization purposes.
MovingContinuously update the current view with the most recent data.
FixedDisplay data within a fixed time window, established from a specific date and time.
Refresh IntervalDetermines the frequency with which the widget will refresh the displayed data. Set longer refresh times for widgets that are not checked often.
AutoSets the refresh rate automatically, based on the incoming signal.
SetSpecify a refresh rate in seconds, minutes, or hours.
Y-AxisDefine the minimum and maximum values of the Y-Axis. Data above or below these values will be cut off.
AutoAutomatically define the minimum and maximum values of the Y-Axis based on incoming data.
SetSpecify fixed minimum and maximum values for the Y-Axis.
Scale and OffsetModify the raw data to either scale up the value by a multiplier, or offset the value by a fixed amount. Used to convert units (eg, watts to kW), or to correlate data streams with drastically different scales (eg, °F vs vibrations per second).
RawNo adjustment.
CustomSpecify a scale factor and/or offset amount.

Display Options


PropertyDescription
TagSelect the tag or state to visually configure from the list of incoming data. States that have been configured at the tag level will be show in the format, ‘StackName:TagName.State’
ConditionNot currently implemented for this widget type.
Trigger ValueDefine a y-axis value at which to add a dotted ‘threshold’ line.
ColorSelect a color in which to display the line created by the configured Trigger Value.
Display IconNot currently implemented for this widget type.
Display TextNot currently implemented for this widget type.
Background ColorNot currently implemented for this widget type.

In This Article