You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: