From 1b8f85d05157377268886e9af99a6abb241d74d7 Mon Sep 17 00:00:00 2001
From: Paula Milenkova <44276092+paulamilenkova@users.noreply.github.com>
Date: Sat, 17 Nov 2018 02:16:01 -0800
Subject: [PATCH] Began an intro to bar charts on stub (#23673)
* Began an intro to bar charts on stub
* fix: removed boilerplate
---
.../visualize-data-with-a-bar-chart/index.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/guide/english/certifications/data-visualization/data-visualization-projects/visualize-data-with-a-bar-chart/index.md b/guide/english/certifications/data-visualization/data-visualization-projects/visualize-data-with-a-bar-chart/index.md
index ada47f213c..bc66d75560 100644
--- a/guide/english/certifications/data-visualization/data-visualization-projects/visualize-data-with-a-bar-chart/index.md
+++ b/guide/english/certifications/data-visualization/data-visualization-projects/visualize-data-with-a-bar-chart/index.md
@@ -3,8 +3,8 @@ title: Visualize Data with a Bar Chart
---
## Visualize Data with a Bar Chart
-This is a stub. Help our community expand it.
+**Why Visualize Data**
+Often, just having the data is not enough and can make it harder to understand if it is not visualized. The type of data helps suggest the best way in which to visualize it. Bar charts, for instance, are great in visualizing `categorical` data (data that is not numerical, whose averages do not have any significance) such as the count of how many times a different desserts were bought at a bakery.
-This quick style guide will help ensure your pull request gets accepted.
-
-
+**Features of a Bar Chart**
+Bars in a bar chart are equally spaced from another and have the same width. Their lengths are a proportion of the count of the category being displayed.