It would be nice to see a list of graph config options that would include one to hide the undo/redo element.
This does not work:
dcc.Graph(
config={
'displayModeBar':False,
'queueLength':0
},
Note: the 'displayModeBar supression DOES work but not the queueLength.
Can you point to a list of the configuration options for dcc.Graph? (they are not in the help(dcc.Graph) unfortunately as of right now. (Dash 0.26.0)