At the moment I am dealing with a React application in which I am using some widgets that contain different providers. I also have an Interaction Manager to control the filters of my dashboard.
I know ChartFactor supports multi-source for the visualizations, but my problem is that when I am applying a dynamic filter (selecting an element in a bar chart), only the widgets that belong to that source and that provider filter the data, not being the case with the other provider’s widgets.
How can I make the filters apply to all visualizations?