From 10bd00309a827bd1ad502b39d20315356f6e0446 Mon Sep 17 00:00:00 2001 From: Bojan Cvjetkovic <39283490+BoCode84@users.noreply.github.com> Date: Tue, 21 Jan 2020 13:30:06 -0500 Subject: [PATCH] Added solution to this exercise (#38074) * Added solution to this exercise * fix: changed js to html Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> --- ...the-presentation-of-a-bar-chart.english.md | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/04-data-visualization/data-visualization-with-d3/change-the-presentation-of-a-bar-chart.english.md b/curriculum/challenges/english/04-data-visualization/data-visualization-with-d3/change-the-presentation-of-a-bar-chart.english.md index 9f80e5c2a8..82e55cf426 100644 --- a/curriculum/challenges/english/04-data-visualization/data-visualization-with-d3/change-the-presentation-of-a-bar-chart.english.md +++ b/curriculum/challenges/english/04-data-visualization/data-visualization-with-d3/change-the-presentation-of-a-bar-chart.english.md @@ -89,8 +89,34 @@ tests: ## Solution
-```js -// solution required +```html + + + + ```