Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -38,8 +38,8 @@
|
|
| 38 |
labels: [],
|
| 39 |
datasets: [{
|
| 40 |
label: "requests",
|
| 41 |
-
backgroundColor: 'rgb(
|
| 42 |
-
borderColor: 'rgb(
|
| 43 |
data: [],
|
| 44 |
fill: false,
|
| 45 |
}],
|
|
|
|
| 38 |
labels: [],
|
| 39 |
datasets: [{
|
| 40 |
label: "requests",
|
| 41 |
+
backgroundColor: 'rgb(255, 0, 0)', // Warna merah jadi hijau
|
| 42 |
+
borderColor: 'rgb(255, 0, 0)', // Warna merah jadi hijau
|
| 43 |
data: [],
|
| 44 |
fill: false,
|
| 45 |
}],
|