Skip to content

Commit

Permalink
Merge pull request #22525 from braders/remove-charts-colours
Browse files Browse the repository at this point in the history
[Ref] Remove unused _colours property
  • Loading branch information
colemanw authored Jan 16, 2022
2 parents 4df1f12 + b441c88 commit 1efd2a0
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions CRM/Utils/Chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,7 @@
class CRM_Utils_Chart {

/**
* Colours.
* @var array
*/
private static $_colours = [
"#C3CC38",
"#C8B935",
"#CEA632",
"#D3932F",
"#D9802C",
"#FA6900",
"#DC9B57",
"#F78F01",
"#5AB56E",
"#6F8069",
"#C92200",
"#EB6C5C",
];

/**
* Build The Bar Gharph.
* Build The Bar Graph.
*
* @param array $params
* Assoc array of name/value pairs.
Expand Down

0 comments on commit 1efd2a0

Please sign in to comment.