diff --git a/00.value-of-dataviz/slides.html b/00.value-of-dataviz/slides.html index 16c6a65..048c512 100644 --- a/00.value-of-dataviz/slides.html +++ b/00.value-of-dataviz/slides.html @@ -461,4 +461,4 @@ D3 underpins dozens of other charting libraries as well, and D3's own documentat Learning D3 both requires working in an unfamiliar environment (JavaScript) and with a very unique style of programming based around their concept of the ["data join"](https://d3js.org/d3-selection/joining), which requires a decent understanding of the HTML Document Object Model. So, if you are here to learn visualization, I think that it is fair that you can succeed in this class without putting yourself through that.