marklogic-community / grove-vue-visjs-graph

Vue component to visualize RDF relationships and Timelines using Vis.js
https://grtjn.github.io/ml-visjs-graph.js/
Other
6 stars 3 forks source link

GraphApi expand doesn't work #9

Open grtjn opened 5 years ago

grtjn commented 5 years ago

The logic is mistakenly thinking it has expanded every node it knows about, but some are pulled in as unexpanded leafs initially. The logic should mark the requested iris (those entering the expand function as argument) as expanded, and treat others as not-expanded. And then when considering which iris need processing, check if they are expanded already or not.

grtjn commented 4 years ago

Dupe of #7