more graphs, 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-02-12 13:18:41 +01:00
parent 047a3a6c08
commit 315ad9998b

View File

@ -208,6 +208,7 @@ def ntpserver():
"""
df = pd.read_sql(query, con=engine)
fig_2 = px.line(df, x='bucket', y=['outOctetsPerSeconds', 'inOctetsPerSeconds'])
fig_2.update_layout(
xaxis_title="",
yaxis_title="",
title=f"Network Load",