I’m using the exposed Interaction Manager API to handle filters that I’ve stored. So I’m doing something like this:
var filters = getStoredFilters()
var api = cf.getIManager().get('api')
api.setFilters(filters)
api.applyFilters()
I get no errors, but the visualizations are not affected.