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'])