From 354abfa7de104ed1e7cc734e9ad8415fcb17f947 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Tue, 8 Aug 2023 22:35:57 +1000 Subject: [PATCH] Just remove label and rely on interactive popup to discern between plots, looks better who cares --- templates/person.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/templates/person.html b/templates/person.html index 98ba8e1..d2bfe2f 100644 --- a/templates/person.html +++ b/templates/person.html @@ -250,19 +250,18 @@ showgrid: false, position: 1.00 }, + showlegend: false, legend: { - x: 1, - xanchor: 'right', - y: 1, - yanchor: 'top', + font: { size: 10 // Adjust the font size of the legend to make it smaller - } + }, + "orientation": "h" } }, { responsive: true, displayModeBar: false, - staticPlot: true, + //staticPlot: true, displaylogo: false, modeBarButtonsToRemove: ['toImage', 'sendDataToCloud', 'zoom2d', 'pan2d', 'select2d', 'lasso2d', 'zoomIn2d', 'zoomOut2d', 'autoScale2d', 'resetScale2d', 'hoverClosestCartesian',