how to remove plotly toolbar

50

how to remove plotly toolbar -

dcc.Graph(
    id='my-graph',
    figure={'data': [{'x': [1, 2, 3]}]},
    config={
        'displayModeBar': False
    }
)

Comments

Submit
0 Comments