From d7de4d3bc67d4eeefab885fadea729cee52e98fb Mon Sep 17 00:00:00 2001 From: Zied ANDOLSI Date: Thu, 17 Mar 2022 10:28:53 +0100 Subject: [PATCH] Allegroai/clearml#562 (#20) * add server root url * [BUG] fix #562 Co-authored-by: Zied ANDOLSI --- .../experiment-graphs/single-graph/single-graph.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/webapp-common/shared/experiment-graphs/single-graph/single-graph.component.ts b/src/app/webapp-common/shared/experiment-graphs/single-graph/single-graph.component.ts index ab364027..b42208f4 100644 --- a/src/app/webapp-common/shared/experiment-graphs/single-graph/single-graph.component.ts +++ b/src/app/webapp-common/shared/experiment-graphs/single-graph/single-graph.component.ts @@ -230,6 +230,7 @@ export class SingleGraphComponent extends PlotlyGraphBase { } }), uirevision: 'static', // Saves the UI state between redraws https://plot.ly/javascript/uirevision/ + hoverlabel: { namelength: -1, }, legend: { traceorder: 'normal', xanchor: 'left',