Dash Limits Visibility of Data if Number of Plots Exceeds 8

I am having an issue displaying data using plotly dash with python. When I exceed 8 plots on a page, the number of plots over 8 don’t show any data but the hover data is there. For example, I have 10 plots and 8 plots show data points but 2 plots are blank. If I click on the plot to hide the trace and make it re-appear it shows the data but another plot will then hide the data.

I fixed this by changing ‘render_mode’=‘chrome’

Hi @mjack24, where did you set “render_mode=‘chrome’” may I ask?