All Collections
Chart Library
Stacked Vertical Timed Bar Chart
Stacked Vertical Timed Bar Chart

How to build a Stacked Vertical Timed Bar Chart

B
Written by Blake Hester
Updated over a week ago

A Stacked Vertical Timed Bar Chart is a type of bar chart that represents grouped data over time where each bar is segmented into multiple parts stacked on top of each other. Each segment within a bar represents a subgroup or category, and the height of each segment corresponds to its value.

The Stacked Vertical Timed Bar Chart example below is showing Incidents by Category, created within the last 12 months.

Now, let's look at the Data and Chart options for this Stacked Vertical Timed Bar Chart. The chart is displaying incident data, therefore the chart is utilizing the incident table.

Conditions: Setting conditions allows you to query the table you are building the chart off of.

Aggregate Type: Refers to a data aggregation method or function used to combine or summarize data from multiple records. They allow users to perform calculations on sets of records to derive meaningful insights. Some common aggregate types include:

  1. Count: Calculates the number of records in a set.

  2. Count Distinct: counts the number of unique, non-duplicated values in a field.

  3. Sum: Adds up the values of a specified field for a set of records.

  4. Average: Computes the average value of a specified field for a set of records.

  5. Minimum: Finds the minimum value of a specified field in a set of records.

  6. Maximum: Determines the maximum value of a specified field in a set of records.

Calendar Type: The calendar input can be set to a Standard Calendar or Fiscal Year.

Trend Type: Trend Type refers to the general direction or pattern of change in a set of data points over a specific period of time.

Date Range: This input determines the range of time displayed on the line chart. The Date Range considers the dates associated with the field selected in the Date Field chart option.

Date Field: A 'Date' field is designed to store date and time values. This chart is displaying created incidents, therefore the Date Field input is set to "Created - sys_created_on".

Now, let's look at the style settings that have been changed from the default Stacked Vertical Timed Bar Chart style settings to give this chart more clarity. First, a custom title of "Created Incidents by Category - Last 12 Months" is set to provide quick insight into the data the chart is displaying.

Next, the Display legend and Data percentages toggles are engaged to display the legend, along with the data percentages at the bottom of the chart.

Lastly, the Labels and Individual Values toggles are engaged to display the Individual values of each bar that makes up the Stacked Vertical Timed Bar Chart.

Did this answer your question?