From 370b7797b953b26289ded50e8bd1a1ea015d6e18 Mon Sep 17 00:00:00 2001 From: Etienne Chassaing <60154720+cetiennec@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:13:35 +0200 Subject: [PATCH] Changes Ploop_sp plot location --- static/monitor_PU.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/monitor_PU.html b/static/monitor_PU.html index 89e08dc..33aad6c 100644 --- a/static/monitor_PU.html +++ b/static/monitor_PU.html @@ -199,7 +199,7 @@ }); Plotly.newPlot('pressure-plot-2', [ - { x: time0, y: [0], name: 'Pdilute', mode: 'lines' } + { x: time0, y: [0], name: 'Pdilute', mode: 'lines' }, { x: time0, y: [0], name: 'Ploop_sp', mode: 'lines', line: { dash: 'dash', color: 'red' } } ], { title: 'Pdilute Pressure', xaxis: { type: 'date' }, yaxis: { title: 'Pressure (bar)' }