codeforamerica / city-analytics-dashboard

⛔️ DEPRECATED Display google analytics from a city's website as a dashboard
MIT License
38 stars 34 forks source link

Replace d3 dependecies #56

Closed milafrerichs closed 9 years ago

milafrerichs commented 9 years ago

What does this PR do?

It replaces the d3 library with the small amounts of d3 that are really good to use and were extracted into their own packages.

D3 needs another lib for IE8 and we don't need every aspect of D3. We only use certain parts that are very well solved with d3 so no need to use another lib but just these small parts of d3.