Spaces:
Paused
Paused
Rename time col
Browse files
opendashboards/utils/plotting.py
CHANGED
@@ -310,7 +310,7 @@ def plot_completion_length_time(
|
|
310 |
df: pd.DataFrame,
|
311 |
uid_col: str = "uids",
|
312 |
completion_col: str = "completions",
|
313 |
-
time_col: str = "
|
314 |
uids: List[int] = None,
|
315 |
length_opt: str = 'characters',
|
316 |
) -> go.Figure:
|
|
|
310 |
df: pd.DataFrame,
|
311 |
uid_col: str = "uids",
|
312 |
completion_col: str = "completions",
|
313 |
+
time_col: str = "timings",
|
314 |
uids: List[int] = None,
|
315 |
length_opt: str = 'characters',
|
316 |
) -> go.Figure:
|