Changes Ploop_sp plot location

This commit is contained in:
Etienne Chassaing 2025-08-20 13:49:42 +02:00
parent daa92510d3
commit ba5e38144e

View File

@ -73,8 +73,8 @@ const plots = [
{ id: 'Qperm-plot', quantity: 'Qperm', title: 'Qperm per PU', refKey: 'Qperm_sp' }, { id: 'Qperm-plot', quantity: 'Qperm', title: 'Qperm per PU', refKey: 'Qperm_sp' },
{ id: 'Qdilute-plot', quantity: 'Qdilute', title: 'Qdilute per PU' }, { id: 'Qdilute-plot', quantity: 'Qdilute', title: 'Qdilute per PU' },
{ id: 'Qdrain-plot', quantity: 'Qdrain', title: 'Qdrain per PU' }, { id: 'Qdrain-plot', quantity: 'Qdrain', title: 'Qdrain per PU' },
{ id: 'Pro-plot', quantity: 'Pro', title: 'Pro per PU', refKey: 'Ploop_sp' }, { id: 'Pro-plot', quantity: 'Pro', title: 'Pro per PU' },
{ id: 'Pdilute-plot', quantity: 'Pdilute', title: 'Pdilute per PU' }, { id: 'Pdilute-plot', quantity: 'Pdilute', title: 'Pdilute per PU' , refKey: 'Ploop_sp'},
{ id: 'Cdilute-plot', quantity: 'Cdilute', title: 'Cdilute per PU' }, { id: 'Cdilute-plot', quantity: 'Cdilute', title: 'Cdilute per PU' },
]; ];