two graphs
This commit is contained in:
parent
452161ff03
commit
812989df47
@ -55,6 +55,7 @@ def index():
|
||||
yaxis=dict(ticksuffix=" kWh")
|
||||
)
|
||||
graph_html = fig.to_html(full_html=False)
|
||||
graph_html_2 = fig.to_html(full_html=False)
|
||||
|
||||
return render_template_string(f"""
|
||||
<html>
|
||||
@ -63,7 +64,7 @@ def index():
|
||||
</head>
|
||||
<body>
|
||||
{graph_html}
|
||||
{graph_html}
|
||||
{graph_html_2}
|
||||
</body>
|
||||
</html>
|
||||
""")
|
||||
|
Loading…
x
Reference in New Issue
Block a user