Răsfoiți Sursa

Added color grid in taskman

TC pushbot 5 4 ani în urmă
părinte
comite
51f8a074b6
1 a modificat fișierele cu 14 adăugiri și 4 ștergeri
  1. 14 4
      web/SystemAO/info/taskManager.html

+ 14 - 4
web/SystemAO/info/taskManager.html

@@ -93,11 +93,16 @@
 			},
 			scales: {
 				x: {
-                   
+                    grid: {
+                        color:  "rgba(83, 160, 205, 0.2)"
+                    }
                 },
                 y: {
                     min: 0,
-                    max: 100
+                    max: 100,
+                    grid: {
+                        color:  "rgba(83, 160, 205, 0.2)"
+                    }
                 }
             },
             legend: {
@@ -128,11 +133,16 @@
 			},
 			scales: {
 				x: {
-                   
+                    grid: {
+                        color:  "rgba(156, 55, 185, 0.2)"
+                    }
                 },
                 y: {
                     min: 0,
-                    max: 100
+                    max: 100,
+                    grid: {
+                        color:  "rgba(156, 55, 185, 0.2)"
+                    }
                 }
             },
             legend: {