Reference Lines

Reference Lines

All chart-type widgets in TagoIO can be configured to display reference lines within the graph. These lines can serve as thresholds, upper and lower bounds, medians, or any other value that can enhance the data visualization experience.



The widgets that support this feature include the Area Chart, Line Chart, Horizontal Bar, Vertical Column, and Multiple Charts.

Adding reference lines to your chart

You can set reference lines by navigating to your widget's edit page and accessing the 'Reference Lines' option. Up to 5 lines per widget are allowed.



To set a new line, you need to define the reference value. This can be selected in one of two ways: as a fixed value, which is static and manually defined in the widget options, or as a variable from your device, allowing you to set dynamic lines that reflect the value of the variable.

Reference lines that use 'Fixed' as the source can have a Label and Color set manually. If you choose a variable as the source, then the label and color will be determined by the variable's metadata. Read more about Metadata.

When using multiple axes, you can choose which axis the reference line should be associated with by accessing the icon inside the reference line options and selecting the appropriate axis.

Additionally, within these settings, you can apply a formula to your reference line's value. This is especially useful when the dataset variables have a
Formula applied, or when paired with Dynamic Formulas for custom unit conversions.
 


    • Related Articles

    • Markdown Guide

      Emphasis **bold** *italics* ~~strikethrough~~ Headers # Big header ## Medium header ### Small header #### Tiny header Lists * Generic list item * Generic list item * Generic list item 1. Numbered list item 2. Numbered list item 3. Numbered list item ...
    • Cylinder Widget

      Cylinders are one of the simplest and most useful widgets. They make it easy to visualize the values relative to a defined range (with maximum and minimum limits) in a cylinder gauge. This widget also accepts features like metadata, that can be set ...
    • Filtering Out Variables with Parser Code

      When your device sends data from a sensor to TagoIO, a parser code may be added to your device (located in the 'Payload Parser' tab) to extract and create the variables in the Device's data storage using TagoIO format. If you want to save space in ...
    • Data Export

      At TagoIO, you have multiple options for exporting data. You can export device data directly from the Admin panel on your device's page, through the API, or directly from Widgets in either the Admin panel or the TagoRun portal. Exporting data will ...
    • Payload Parser Troubleshooting

      When using the Payload Parser on TagoIO, you might run into some common problems that stop the parser from decoding your device data correctly. This means the data won't be saved on TagoIO. These problems are usually related to mistakes in how the ...