3

I have a Dash app with a dcc.Graph object and a legend for multiple deselectable traces. How can I pass the list of traces selected in the legend as an input to a callback?

Austin
  • 6,921
  • 12
  • 73
  • 138

1 Answers1

0

Use restyleData input in the callback: Input("graph-id", "restyleData")

Lock-not-gimbal
  • 309
  • 2
  • 6