From c10e8f9a2c59a8d0a5642ad42c8ecc3d43bbe250 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 16 Aug 2018 12:38:36 -0400 Subject: [PATCH] bar graph example and adjustments --- BAR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BAR.md b/BAR.md index c800058..479bd0e 100644 --- a/BAR.md +++ b/BAR.md @@ -502,7 +502,7 @@ Let's move the graph to the right, so we can see the values for the left axis. ```css svg { overflow: visible; - margin-left: 20px; + margin-left: 20px; /* add this line */ } ```