Dash Dynamic Plots Callbacks issue

The issue is the following. We have to plot real-time IoT industrial sensors’ data and these plots are generated dynamically because the user selects the IoT industrial sensors to visualize via a menu. The problem comes when I combine the regular updating of sensors’ plots (done via callback) with dynamically generated plots because I am not able to run a callback that updates each second a dynamic generated plot. Do you know a workaround to make it work?

Have you checked out pattern matching callbacks? Pattern-Matching Callbacks | Dash for Python Documentation | Plotly