I'm trying to combine multiple charts into one HTML report to send out. The thing is I don't really think subplotting is the best idea because the charts are relatively unrelated (different X/Y axes). All I need to do is just append the charts into 1 HTML file. There is a guide that explains how to do it using plotly URLs, but I don't want to rely on an internet connection for automated reporting, and I want to be able to view these reports online
I'm trying to create an HTML report that simply just appends multiple plotly plots into one HTML file instead of having several individual HTML files. The charts aren't really related, so not interested in creating subplots. In theory it's just an HTML file, so I can just copy and paste the code a certain way and have them both show up, right?
Documentation I'm referring to: https://plot.ly/python/html-reports/