Hello. If I use an Input from Dash and listen for relayoutData, the callback is called for tons of different calls, many of which I’m not interested it. Of course, I can just return no update, but I was wondering if there was a way to listen only to the relayoutData changes I’m interested in via the Input. something like Input(‘graph’, ‘relayoutData.xaxis.range’) or something like that.
Is this already possible? Thoughts?