Hello community,
I am testing the interactions on a pie chart to allow my users to click on a specific segment, and for the rest of the dashboard to adapt accordingly:
Before / After clicking on an element of the pie chart:
For this, I use a token on the pie chart that I added in the elements which must be updated accordingly (via a simple "search"):
I wanted to add a "Reset" button to reset this filter. However, I'm a little stuck, I don't really know how to configure it. I tried like the pie chart interaction, telling myself that when we click on it, we reset the token but it breaks my dashboard:
While waiting to find a solution, I "cheated" by putting an interaction on the button which reloads the web page to return to the dashboard, which cancels any existing filter but it is not optimal.
Do you have any idea how to reset the pie chart token without completely reloading the dashboard page?
Best regards,
Rajaion