How to set plotly graph config for dcc.Graph?

how to set plotly graph these config for dcc.Graph ?

conf = dict(scrollZoom = True,
            displaylogo= False,
            showLink = False,
            modeBarButtonsToRemove = [
            'sendDataToCloud',
            'zoomIn2d',
            'zoomOut2d',
            'hoverClosestCartesian',
            'hoverCompareCartesian',
            'hoverClosest3d',
            'hoverClosestGeo',
            'resetScale2d'])
2 Likes

This isn’t supported right now but it will be in the future.

Edit - This is now supported, see Is it possible to hide the floating toolbar?