bar graph example and adjustments

master
Matt Huntington 7 years ago
parent 28f8813060
commit c10e8f9a2c

@ -502,7 +502,7 @@ Let's move the graph to the right, so we can see the values for the left axis.
```css ```css
svg { svg {
overflow: visible; overflow: visible;
margin-left: 20px; margin-left: 20px; /* add this line */
} }
``` ```

Loading…
Cancel
Save