Oliver-BE / interactive-directed-graph-creator

A fully interactive web app for creating directed graphs using D3's force layout.

Home Page:https://oliver-be.ml/interactive-directed-graph-creator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow node names and edge costs to be contenteditable

Oliver-BE opened this issue · comments

Use the HTML attribute contenteditable in order to make node names and edge costs editable (but must make sure that the values get updated properly when the elements are edited)