Added label enabled dashboard setting (#7096)

* Added label enabled dashboard setting
This commit is contained in:
Alex
2024-08-14 16:44:11 -07:00
committed by GitHub
parent 62d2e3e9a6
commit 43d102b51c
23 changed files with 474 additions and 359 deletions

View File

@@ -170,7 +170,7 @@
echo " labels: {\n";
echo " usePointStyle: true,\n";
echo " pointStyle: 'rect',\n";
echo " color: '".$dashboard_heading_text_color."'\n";
echo " color: '".$dashboard_label_text_color."'\n";
echo " }\n";
echo " }\n";
echo " }\n";