chadstolper / DGLOs

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

Code Cleanup #26

Open chadstolper opened 7 years ago

chadstolper commented 7 years ago

DGLOs.ts line 196 //TODO: drop? positionNodeGlyphsGestalt(): void;

chadstolper commented 7 years ago

DGLOsSVGBaseClass.ts line 133 //TODO: drop? positionNodeGlyphsGestalt(): void;

chadstolper commented 7 years ago

-DONE- DGLOsSVGCombined.ts line 17-20

/**
* The overarching <g> tag holding the shape glyph selections
*/
protected _nodeG: Selection<any, {}, any, {}>;//TODO: still needed?
chadstolper commented 7 years ago

-DONE- DGLOsSVGCombined.ts line 31-34

/**
* The overarching <g> tag holding the shape glyph selections (e.g. rectEdges, GestaltGlyphs, STLineEdges, etc..)
*/
protected _edgeG: Selection<any, {}, any, {}> //TODO: still needed?
chadstolper commented 7 years ago

-DONE- DGLOsSVGCombined.ts line 35-38

/**  
* The overarching <g> tag holding the GroupGlyph selections.
*/
protected _groupGlyphG: Selection<any, {}, any, {}>; //TODO: still needed?