

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 2
click for more info
Not enough gems
Cost: 6 gems
1: Data Types
incomplete
2: Changing Data Types
incomplete
3: Changing Back
incomplete
4: Bar and Column Charts
incomplete
5: Line Charts
incomplete
6: Multi Line Charts
incomplete
7: Best Practices
incomplete
This lesson's interactive features are locked, please to keep using them
Let's dig into some different types of charts! Starting of course, with Bar Charts.
A Bar Chart displays data using horizontal bars. Each bar represents a category, and the length of the bar represents its value. Here's an example from a different data set:
Bar and column charts are great when you have a category (like region or product category) on one axis and a numeric value (like sale_quantity) on the other axis.
A column chart is just a bar chart with vertical bars instead of horizontal ones... hopefully that's obvious.
I prefer bar charts (horizontal) when I have long category names or many items to compare. I prefer column charts (vertical) when I have fewer categories and want to emphasize height rather than length.
Save the project and, from the course directory, submit the CLI tests.