瀏覽代碼

Use the label text color setting (#9)

Alex 7 月之前
父節點
當前提交
95765eab05
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      resources/dashboard/maintenance.php

+ 2 - 1
resources/dashboard/maintenance.php

@@ -228,7 +228,8 @@ if (permission_exists('maintenance_view')) {
 		echo "							reverse: true,\n";
 		echo "							reverse: true,\n";
 		echo "							labels: {\n";
 		echo "							labels: {\n";
 		echo "								usePointStyle: true,\n";
 		echo "								usePointStyle: true,\n";
-		echo "								pointStyle: 'rect'\n";
+		echo "								pointStyle: 'rect',\n";
+		echo "								color: '".$dashboard_label_text_color."'\n";
 		echo "							}\n";
 		echo "							}\n";
 		echo "						},\n";
 		echo "						},\n";
 		echo "					}\n";
 		echo "					}\n";