Closed milafrerichs closed 9 years ago
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.
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.
Reason
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.