Skip to content

Commit fc6c46b

Browse files
committed
Update ui.py
1 parent 24581b9 commit fc6c46b

File tree

1 file changed

+1
-1
lines changed
  • app/src/module-ui/src

1 file changed

+1
-1
lines changed

app/src/module-ui/src/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def create_time_series(df, machine_id, metric, anomaly_threshold=None):
340340
color='health_status',
341341
title="Failure Risk Scores by Machine",
342342
color_discrete_map={
343-
'HEALTHY': '#AC85FA',
343+
'HEALTHY': 'green',
344344
'NEEDS_MAINTENANCE': '#ffa500',
345345
'CRITICAL': '#ff0000'
346346
})

0 commit comments

Comments
 (0)