logicpowerhouse 4 tahun lalu
induk
melakukan
24c19179b8
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      resources/views/app/patient/vitals-graph.blade.php

+ 4 - 0
resources/views/app/patient/vitals-graph.blade.php

@@ -161,8 +161,10 @@
                         },
                         },
                     },
                     },
                     regions: [
                     regions: [
+                        /*
                         {axis: 'y', start: 100, end: 145, class: 'safe-region', label: 'Safe Systolic BP: 100 to 145 mmHg'},
                         {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: 70, end: 90, class: 'safe-region', label: 'Safe Diastolic BP: 70 to 90 mmHg'}
+                         */
                     ]
                     ]
                 });
                 });
             }
             }
@@ -197,7 +199,9 @@
                         },
                         },
                     },
                     },
                     regions: [
                     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'},
+                         */
                     ]
                     ]
                 });
                 });
             }
             }