Context menu for runs working.

This commit is contained in:
lwark
2025-05-22 10:00:25 -05:00
parent 75c665ea05
commit d850166e08
40 changed files with 2852 additions and 3329 deletions

View File

@@ -1,5 +1,5 @@
"""
Functions for constructing irida controls graphs using plotly.
Functions for constructing irida control graphs using plotly.
"""
from datetime import date
from pprint import pformat
@@ -23,12 +23,12 @@ class IridaFigure(CustomFigure):
def construct_chart(self, df: pd.DataFrame, modes: list, start_date: date, end_date:date):
"""
Creates a plotly chart for controls from a pandas dataframe
Creates a plotly chart for control from a pandas dataframe
Args:
end_date ():
start_date ():
df (pd.DataFrame): input dataframe of controls
df (pd.DataFrame): input dataframe of control
modes (list): analysis modes to construct charts for
ytitle (str | None, optional): title on the y-axis. Defaults to None.