projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44861be
)
[Ref] Remove unused _colours property
author
Bradley Taylor
<hello@brad-taylor.co.uk>
Sun, 16 Jan 2022 13:59:07 +0000
(13:59 +0000)
committer
Bradley Taylor
<hello@brad-taylor.co.uk>
Sun, 16 Jan 2022 13:59:07 +0000
(13:59 +0000)
CRM/Utils/Chart.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Chart.php
b/CRM/Utils/Chart.php
index 9a5b90a71c51a9571f6239170e60f1dcc03f123c..6e90059695259a1a222457b96c675cca47998c74 100644
(file)
--- a/
CRM/Utils/Chart.php
+++ b/
CRM/Utils/Chart.php
@@
-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.