You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+'The amount of blood available if drawn today is: <b>'+Ext4.util.Format.round(currentRow.allowableDisplay.value,1)+' mL</b>.</p>'
388
-
+'<p>The graph below shows how the amount of blood available will change over time, including when previous draws will drop off.</p>',
398
+
+'<p>The graph below shows how the amount of blood available will change over time, including when previous draws will drop off. Hover over the timepoints for more information.</p>',
389
399
border: false,
390
400
style: 'margin-bottom: 20px'
391
401
});
392
402
}
393
403
404
+
//for use later when getting max/min vals for y-axis scale
0 commit comments