Panel: Bar Chart¶
Overview¶
This panel allows users to visualize data over time windows as columns (vertical) or bars (horizontal). Data is aggregated using one of the following calculations: average, minimum, maximum, sum, or a count of times received. Overall time range and time window duration are both customizable. Up to 5 signals can be visualized simultaneously.
The chart loads data when the dashboard loads but does not automatically refresh. A refresh button is provided for the user to refresh the chart.
Configuration options¶
Configuration Item | Description |
---|---|
Panel Title | The name the panel will use. |
Time Window | The overall time used to aggregate data for each signal column. |
Timezone | The timezone used for the time window and column times. Note: Will not change based on the dashboard viewer. |
Column Duration | The time period size for each column (must be smaller than the Time Window) |
Bar Direction | Vertical (Column) or Horizontal (Bar). |
Bar Data | Whether to show the column as a signal Values or as a Range. |
Display Labels | Option to show the values as labels on the column. |
Axis Range | Options are to auto generate the Y axis or specify a Min and Max. |
Legend | Option to disable / enable the series legend |
Legend Location | Option on the location of the series legend |
Up to 5 signals may be used in this panel.
Column Config¶
The following are available for each column.
Configuration Item | Description |
---|---|
Signal | Choose which signal will be used for the column calculation. |
Column Name | Optional name that will be used for the signal instead of it's name with the calculation |
Ordering | Columns can change ordering by dragging |
Calculation (Values) | The function to use to aggregate the data for each column [ Avg, Min, Max, Count, Sum, Diff (Max - Min), Diff (Last - First) ] |
Calculation (Ranges) | The function to use to aggregate the data for each column [ Range (Max - Min), Range (Last - First) ] |
Display Units | The unit conversion to use from the selected signal. Default 'Signal Specified Visualization Unit' (recommended). |
Column Color | Color used by the column / bar |