GeriLife / wellbeing

Welbeing activity log and visualization tool.
http://geri.life
GNU Affero General Public License v3.0
13 stars 6 forks source link

TypeError: d3.nest is not a function #562

Closed brylie closed 4 years ago

brylie commented 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.

https://github.com/d3/d3-array/blob/master/README.md#group