Closed brylie closed 4 years ago
It seems that D3 version 6.x has replaced the nest() method with group(). Update code that relies on nest to use the new method.
nest()
group()
nest
https://github.com/d3/d3-array/blob/master/README.md#group
It seems that D3 version 6.x has replaced the
nest()
method withgroup()
. Update code that relies onnest
to use the new method.https://github.com/d3/d3-array/blob/master/README.md#group