chadstolper / DGLOs

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

AttrOptions Changes #25

Closed chadstolper closed 7 years ago

chadstolper commented 7 years ago

DGLOs.ts line 13 and DGLOsSVGBaseClass.ts line 137 TODO: map of variables/attrs:

chadstolper commented 7 years ago

Create independent NodeAttrOpts from EdgeAttrOpts interfaces, then SVGNode/EdgeAttrOpts that extend those.

Sanfordm commented 7 years ago

currently two options:

  1. split into two, one for nodes and edges
  2. remains as one, but expanded and reorganized to work for either edges or nodes at anytime. hopefully
Sanfordm commented 7 years ago

TODO: combine specialized attropts to single

Sanfordm commented 7 years ago

AttrOpts v3 changes: