magjac / d3-graphviz

Graphviz DOT rendering and animated transitions using D3
BSD 3-Clause "New" or "Revised" License
1.68k stars 103 forks source link

Some Examples are outdated #246

Closed BruceChen2017 closed 1 year ago

BruceChen2017 commented 1 year ago

Since now this package is using d3@6, so some api of d3 in the examples is removed. For example, in the file basic-add-edge.html, d3.event and d3.mouse are both removed.

magjac commented 1 year ago

You're right. It seems I have forgotten to update any example when going to d3@6. Thanks.