Charts
Tornado Chart
Learn how to create a tornado chart in Semaphor
If you want to visualize two cohors side by side for a set of categories, you can create a tornado chart using the following query structure.
- The first column (categorical) is mapped to the dimension.
- The second column (categorical) is mapped to the cohort.
- The third column (numerical) is mapped to the metric.
The WHERE
clause in the above query narrows the values of ship_mode
column into two cohorts - Stadnard Class
and Second Class
.