dcc.Graph's staticPlot keyword argument not getting recognized

Hello @ray26,

Welcome to the community!

Just taking a guess here, but according to the documentation link, the staticPlot should be inside the config argument as a dictionary:

dcc.Graph(figure=fig, config={'staticPlot':True})

If that doesnt work, could you please post an MRE so that we can diagnose?

2 Likes