Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
What we will learn
Know your problem
Know your data
Visualize your data - bar chart
Work with your chart
16. Add color to your chart
Check yourself

Instruction

Data is the most important element on a chart. Make sure that the most important parts of your chart will catch your readers' eyes. To do this, add color to your bars.

Exercise

Add some color to your chart! Use geom_col(fill="your_color") and select a color from our Color card.

Stuck? Here's a hint!

You should add:

geom_col(fill = "steelblue")