Skip to content

Line Chart

Tarun Abichandani edited this page Jan 18, 2024 · 1 revision

A line chart is a graphical representation of data that uses lines to connect individual data points. It shows how values change over a continuous interval or time period. The points on the line represent specific data values, and by connecting them, the chart provides a visual depiction of trends, patterns, or fluctuations in the data over the given time or sequence. Line charts are commonly used to illustrate trends and changes in data, making them helpful for analysis and interpretation.

To add a Line Chart in Resseract Lite follow these steps

  1. In the menu on the left, select Line Chart
  2. Select the Data Key on which you want to plot this chart.
  3. Select Group By Axis (X) from the given list. This data will be grouped uniquely and appear on the X Axis
  4. You can add either columns or expression on the Y Axis
    • Select Value Columns(s) from the list. Data from these columns will be aggregated and appear on the Y Axis
    • (OR)
    • Add a expression. The output of this expression would be plotted on Y Axis.

Line Chart

Note that multiple Value Columns can be added on the same line graph, however, only one expression can be added on the same line graph

For more details how to configure the widget please refer this page