|
Hi all! I am using plotly_resampler to plot different sensor values, I am currently creating the plot with all traces with Now I've included an option for the user to select the sensor name and would like to initially load the data and generate the plot with all traces as I am using dash_extensions Serverside (based on the minimal examples) to cache the FigureResampler. Thank you! |
Replies: 1 comment
|
Solved it by just returning the updated figure 😅 : |
Solved it by just returning the updated figure 😅 :