@Miguel-ASM, thank you for the PR. I see your changes passed checks, and deployed fine here. Can you just educate me a little on what modifying that argument will change?
Thanks!
I think this issue is related to the way in which you render the plot_divs with the plot function in plots.py. The px.plot() function has a kwarg parameter include_plotlyjs which is by default set to True. This directly puts a lot of javascript in the divs, which makes the page slow.
-@Miguel-ASM
@Miguel-ASM, thank you for the PR. I see your changes passed checks, and deployed fine here. Can you just educate me a little on what modifying that argument will change? Thanks!