Make regular and highlight colors the same, since we're not using highlight colors in the pie chart yet

This commit is contained in:
snipe
2016-05-24 16:19:44 -07:00
parent 0c33575962
commit 37be587c39
2 changed files with 4 additions and 3 deletions
@@ -62,7 +62,7 @@ class StatuslabelsController extends Controller
"datasets" => [ [
"data" => $points,
"backgroundColor" => Helper::chartColors(),
"hoverBackgroundColor" => Helper::chartBackgroundColors()
"hoverBackgroundColor" => Helper::chartColors()
]]
];
return $result;