-
Notifications
You must be signed in to change notification settings - Fork 0
Bar Chart
Tarun Abichandani edited this page Jan 18, 2024
·
1 revision
A bar chart is a visual representation of data using rectangular bars. Each bar's length corresponds to the quantity or value it represents, making it easy to compare different categories or data points visually.
To add a Bar Chart in Resseract Lite follow these steps
- In the menu on the left, select
Bar Chart
- Select the
Data Key
on which you want to plot this chart. - Select
Group By Axis (X)
from the given list. This data will be grouped uniquely and appear on the X Axis - 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.
- Select
Note that multiple Value Columns can be added on the same bar graph, however, only one expression can be added on the same bar graph
For more details how to configure the widget please refer this page