Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Dashboard API from python plotly offline?

I'm interessted in using plotly offline for analytical charts. This works fine for single charts, but I would like to fill a dashboard with different types of charts using the Dashboard API from plotly. Is there any way to use it offline generating an HTML file?

Thanks a lot,
Erik J

like image 286
Erik J Avatar asked Oct 29 '22 08:10

Erik J


1 Answers

Perhaps more work than you were looking for but you can create html divs using the method posted here and combine with a templating engine such as Jinja2 to create an HTML document.

like image 138
Dan Avatar answered Nov 15 '22 07:11

Dan