chadstolper / DGLOs

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

Width of Text Calculation #30

Closed chadstolper closed 7 years ago

chadstolper commented 7 years ago

ret = n.label.length * 4; //TODO: replace # with font related function DGLOsMatt.ts line 148

Sanfordm commented 7 years ago

working with changes to attrOpts v2

Sanfordm commented 7 years ago

might need to include an option for tightness of label collision radius.

Sanfordm commented 7 years ago

need to create a get and set for collision tightness, get and set for option to apply strength by weight and option to apply collision by label

Sanfordm commented 7 years ago

addition of simulationattropts to define certain parameters for the user implemented. issue resolved.