We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddcecd commit b74eed1Copy full SHA for b74eed1
deepcave/plugins/summary/configurations.py
@@ -416,8 +416,7 @@ def _get_objective_figure(
416
yaxis = f"yaxis{id+1}"
417
418
layout_kwargs[yaxis] = {
419
- # "title": objective.name,
420
- "titlefont": {"color": get_color(id)},
+ "title": {"text": objective.name, "font": {"color": get_color(id)}},
421
"tickfont": {"color": get_color(id)},
422
"range": [objective.lower, objective.upper],
423
}
0 commit comments