Brainstorming a page

Hi everyone,

I’m trying to brainstorm my new app and I wanted to see if what I’m wanting to do is possible with pure python and dash.

I want to use dynamic callbacks to allow the user to create multiple graphs and attach different settings to each. But I also think it would be good to have an ‘apply all’ setting where they can change something and make it apply to all graphs? Is that possible or if I’m using dynamic callbacks with individual parts it’s not?

Thanks!

You may consider pattern matching callback.

FYI

1 Like

Yes that’s what I was referring to! I was reading up on it more and it looks like if I set it up correctly using the ALL and MATCH should make my idea work. Thanks!