visjs / ngx-vis

An angular 5+ vis.js project
https://visjs.github.io/ngx-vis
MIT License
69 stars 32 forks source link

How to filter edges? #371

Open keforbes opened 4 years ago

keforbes commented 4 years ago

I'm not sure if this is a defect or a feature request. It's really just a question of whether a feature is implemented.

I would like to do something similar to the Dynamic Filtering Demo here: https://visjs.github.io/vis-network/examples/network/data/dynamicFiltering.html

It looks like the filtering is done by calling DataView.refresh() but I don't see DataView as an exported member in ngx-vis. Does this mean ngx-vis hasn't implemented it yet or is there a different way to "refresh" the display using ngx-vis?

renewing commented 4 years ago

I am looking for this too

ossama13 commented 3 years ago

Did you find a solution ?

keforbes commented 3 years ago

No, I never figured out a way to do this.