d3 / d3-force

Force-directed graph layout using velocity Verlet integration.

Home Page:https://d3js.org/d3-force

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arrow function not compiled

nashaofu opened this issue · comments

nodeById = new Map(nodes.map((d, i) => [id(d, i, nodes), d])),

Arrow function not compiled. If it is modified to a normal function, ie can be supported. thanks!