Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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",
|
||||
|
Reference in New Issue
Block a user