chadstolper / DGLOs

A dynamic graph visualization library
Apache License 2.0
6 stars 2 forks source link

Do Edges need an origID? #32

Closed chadstolper closed 7 years ago

chadstolper commented 7 years ago

Do we need to create origIDs for Edges?

DynamicGraph.ts line 87 private _id: string | number; //TODO: If edge id is ever changed via another operation, make OrigID attribute.

Sanfordm commented 7 years ago

the answer is no, they dont