Forum Discussion

danieleperilli's avatar
danieleperilli
Kudo Commander
10 years ago
Solved

SelectionManager in custom visuals

Hi guys, I'm working on a new custom slicer-like visual, but I have a problem with selectionManager. The visual uses SelectionManager.select(...) function to filter all the other charts in the repo...
  • danieleperilli's avatar
    10 years ago

    Forget it.

    I solved using persistSelectionFilter method from ISelectionHandler in the interactive behavior class.