aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/tools/dash/app/pal/report/graphs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/tools/dash/app/pal/report/graphs.py b/resources/tools/dash/app/pal/report/graphs.py
index 81b6446725..d5dd0b8cce 100644
--- a/resources/tools/dash/app/pal/report/graphs.py
+++ b/resources/tools/dash/app/pal/report/graphs.py
@@ -205,6 +205,7 @@ def graph_iterative(data: pd.DataFrame, sel:dict, layout: dict) -> tuple:
hoverinfo="all",
boxpoints="all",
jitter=0.3,
+ marker=dict(color=_get_color(idx))
)
x_lat.append(idx + 1)
lat_traces.append(go.Box(**lat_kwargs))