but I can’t figure out how to implement that in Dash.
Any recommendations? Basically all data I work on is sensitive and I can’t have myself or dashboard users mistakenly clicking that button. It would create a huge IT security problem.
I’ll keep digging though, maybe I can find how to set the config on the dcc.Graph object. Or maybe it needs to be a more global config setting somewhere?
I am trying to figure out a similiar issue myself. Is it possible to change the configuration on a lower Level (i.e. directly in the package) so that you don’t have to add this configuration to every chart you include in the Dashboard?
Have you figured out a robust solution to this issue?