There is a set of config options in the dcc.Graph, see Is it possible to hide the floating toolbar?. Try
dcc.Graph(..., config={'staticPlot': True})
There is a set of config options in the dcc.Graph, see Is it possible to hide the floating toolbar?. Try
dcc.Graph(..., config={'staticPlot': True})