Changes Ploop_sp plot location

This commit is contained in:
Etienne Chassaing 2025-08-20 14:13:35 +02:00
parent eddedf1b43
commit 370b7797b9

View File

@ -199,7 +199,7 @@
}); });
Plotly.newPlot('pressure-plot-2', [ 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' } } { x: time0, y: [0], name: 'Ploop_sp', mode: 'lines', line: { dash: 'dash', color: 'red' } }
], { ], {
title: 'Pdilute Pressure', xaxis: { type: 'date' }, yaxis: { title: 'Pressure (bar)' } title: 'Pdilute Pressure', xaxis: { type: 'date' }, yaxis: { title: 'Pressure (bar)' }