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',