logicpowerhouse пре 4 година
родитељ
комит
fc750b053d
1 измењених фајлова са 3 додато и 7 уклоњено
  1. 3 7
      resources/views/app/patient/vitals-graph.blade.php

+ 3 - 7
resources/views/app/patient/vitals-graph.blade.php

@@ -161,10 +161,8 @@
                         },
                     },
                     regions: [
-                        /*
-                        {axis: 'y', start: 100, end: 145, class: 'safe-region', label: 'Safe Systolic BP: 100 to 145 mmHg'},
-                        {axis: 'y', start: 70, end: 90, class: 'safe-region', label: 'Safe Diastolic BP: 70 to 90 mmHg'}
-                         */
+                        {axis: 'y', start: 100, end: 130, class: 'safe-region', label: 'Safe Systolic BP: 100 to 130 mmHg'},
+                        {axis: 'y', start: 60, end: 90, class: 'safe-region', label: 'Safe Diastolic BP: 60 to 90 mmHg'}
                     ]
                 });
             }
@@ -199,9 +197,7 @@
                         },
                     },
                     regions: [
-                        /*
-                        {axis: 'y', start: 100, end: 140, class: 'safe-region', label: 'Safe Weight: 100 to 140 lbs'},
-                         */
+                        // {axis: 'y', start: 100, end: 140, class: 'safe-region', label: 'Safe Weight: 100 to 140 lbs'},
                     ]
                 });
             }