Irene Alisjahbana
Results
1
issues of
Irene Alisjahbana
The original code for `freakout()` has: ``` var colors = d3.schemeCategory20; var colorIndex = Math.round(Math.random() *20); ``` [For D3v5 and newer](https://github.com/d3/d3/blob/master/CHANGES.md): > D3 no longer provides the d3.schemeCategory20* categorical color...
v5