Make regular and highlight colors the same, since we're not using highlight colors in the pie chart yet
This commit is contained in:
@@ -62,7 +62,7 @@ class StatuslabelsController extends Controller
|
||||
"datasets" => [ [
|
||||
"data" => $points,
|
||||
"backgroundColor" => Helper::chartColors(),
|
||||
"hoverBackgroundColor" => Helper::chartBackgroundColors()
|
||||
"hoverBackgroundColor" => Helper::chartColors()
|
||||
]]
|
||||
];
|
||||
return $result;
|
||||
|
||||
Reference in New Issue
Block a user