Browse Source

Use the label text color setting (#9)

Alex 7 tháng trước cách đây
mục cha
commit
95765eab05
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 "							labels: {\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";