4 min.bar charts
RAWGraphs is meant to quickly produce visualizations that are difficult to produce with other softwares. Bar chart are quite common in any visualization software: what we added is the ability to quickly create multiple bar charts sharing the same categories, and use colors to highlight part of them according to the data.
GOAL OF THE TUTORIAL: comparing the most used letters of the alphabet in three languages: english, italian and german and highlighting the top three most used letters with different colors.
The first step is to load your data into RAWGraphs.
The data must contain at least two columns: one containing the name of the categories (in our case Letters), the second one containing their values (in our case Value). If you want to create multiple bar charts, a third column is required, containing the name of the group (Language). An additional optional column can be used to define each bar color (Rank).
Here you can see the dataset we are going to use:
You can also download it through the link on the left or select it directly in the app through the sample datasets. In few second you should see the green bar saying “78 records in your data have been successfully parsed!”
Note: The described dataset structure is often referred as ‘stacked’ or ‘narrow’. If you have data as wide/unstacked form, you can use the “stack/unstack” button.
After pasting your data, scroll down and select the “bar chart” visual model.
The barchart layout has four visual variables:
VARIABLE | TYPE | REQUIRED? | MULTIPLE? | DESCRIPTION |
X axis | string, numbers | [fa class=”fa-asterisk”] | For each unique value found in the column, a group (a new bar chart) is created. | |
Group | string, numbers | For each unique value found in the column, a bar is created. | ||
Size | number | Accepts only columns containing numbers. The value will define the bar height. | ||
Color | string, numbers | Can accept both number and strings. A color will be defined for each unique value found in the list. |
It’s time to map your data and create the visualization. On the left you have the list of dimensions in your dataset, on the right the available visual variable of the bar chart layout.
Drag and drop the dimensions as following:
In this way we created a bar for each letter (mapping it on the X Axis). We divided the visualization in three barcharts, one per language, mapping languages as Groups.
We defined the height of the bars mapping the frequency of each letter. Finally, we generated one color for each unique value found in the Rank column.
To reach the final results we can customize the visualization with some parameters you can find next to the visualization.
For the bar chart the options available are the following:
OPTION | DESCRIPTION |
width | artboard width in pixels |
height | artboard height in pixels |
vertical padding | distance among bar charts, in pixel |
horizontal padding | distance between bars, in percentage of the size of the bar (0 = 0%, 1 = 100%) |
use same scale | If set, every barchart element will have the same scale |
colour scale | list of uniques values in the dimension mapped as “color”. If set to ordinal, you can set a color for each value. If set to linear, the app will try to find the minimum and maximum value contained in the dimension, and then creating a gradient among those two values |
For the final results we have set the options as following:
Here is the finished chart. You can export it in svg or png using the download function at the bottom of the page.
"How to make a barchart (RAWGraphs 1.0)", by RAWGraphs Team. Licensed under CC BY-NC-SA 4.0. Accessed: November 08, 2021, from undefined
Copy to clipboard