d3.group is not a function
jasli2 opened this issue · 3 comments
jasli2 commented
Using d3 v5.12.0 from cdn:
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.12.0/d3.min.js" integrity="sha256-+9Mf3cAVmxxudDsr1XwXUeRZFtvdWVYdq5/vcgiYyNU=" crossorigin="anonymous"></script>
But report error: TypeError: d3.group is not a function
.
Plase help.
Fil commented
d3.group is available with d3-array@2 ; but d3@5 includes d3-array@1
Fil commented
It's planned for d3@6 — no release date has been announced yet.