more graphs, 2
This commit is contained in:
parent
047a3a6c08
commit
315ad9998b
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user