Switch of visualization / data points via button or the like

I’m creating an extend Dash application with several plots. And when all plots are loaded up with data and so on the browser becomes quite clumsy. Exchanging go.scatter() with go.scattergl() helped already a lot. Nevertheless, I thought, as probably not all plots are required in parallel, is there a (simple) way to “shut on/off” a single plot?