소스 검색

Added color grid in taskman

TC pushbot 5 4 년 전
부모
커밋
51f8a074b6
1개의 변경된 파일14개의 추가작업 그리고 4개의 파일을 삭제
  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: {