Bar Line Charts use a bar and a line to visualize a data set with both a continuous and a categorical metric.
Data format#
Bar line accepts three or more columns. The second through the last column must be numeric. The last column will be considered as line chart.
| Dimension (X Axis) | Measure Y-Axis | Column 3 | ... |
| Label 1 | Row 1 | Row 1 | ... |
| Label 2 | Row 2 | Row 2 | ... |
| Label 3 | Row 3 | Row 2 | ... |
| ... | ... | ... | ... |