I wrote a function to set a tree property etyBase.tree.data as a "complete" version of the allArray so that we could reference the property for graph drawing and graph refreshes without having to poll or edit the queries again when there is a change. This is the first step in setting the graph up to be collapsible, per issue #22 -- If we edit the data property and call parseEtymologyNodes, a different (collapsed?) graph could be drawn.
I wrote a function to set a tree property
etyBase.tree.data
as a "complete" version of the allArray so that we could reference the property for graph drawing and graph refreshes without having to poll or edit the queries again when there is a change. This is the first step in setting the graph up to be collapsible, per issue #22 -- If we edit the data property and callparseEtymologyNodes
, a different (collapsed?) graph could be drawn.