I want to switch between two partials in my ActiveAdmin dashboard. I cannot display both partials at the same time because they are quite large and I don't have enough real estate. I looked into using a JavaScript slider/carousel but I am not sure how to integrate that into the dashboard. How can I do this?
If it makes any difference, one partial is a graph, and the other is a table.