Open keforbes opened 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?
DataView.refresh()
DataView
ngx-vis
I am looking for this too
Did you find a solution ?
No, I never figured out a way to do this.
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 seeDataView
as an exported member inngx-vis
. Does this mean ngx-vis hasn't implemented it yet or is there a different way to "refresh" the display using ngx-vis?