Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
aaa23a9839 |
@ -55,7 +55,6 @@ def index():
|
|||||||
yaxis=dict(ticksuffix=" kWh")
|
yaxis=dict(ticksuffix=" kWh")
|
||||||
)
|
)
|
||||||
graph_html = fig.to_html(full_html=False)
|
graph_html = fig.to_html(full_html=False)
|
||||||
graph_html_2 = fig.to_html(full_html=False)
|
|
||||||
|
|
||||||
return render_template_string(f"""
|
return render_template_string(f"""
|
||||||
<html>
|
<html>
|
||||||
@ -64,7 +63,6 @@ def index():
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{graph_html}
|
{graph_html}
|
||||||
{graph_html_2}
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
""")
|
""")
|
||||||
|
Reference in New Issue
Block a user