From b441c888c964065e25823046a5a81b58bd76ba6a Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sun, 16 Jan 2022 13:59:07 +0000 Subject: [PATCH] [Ref] Remove unused _colours property --- CRM/Utils/Chart.php | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/CRM/Utils/Chart.php b/CRM/Utils/Chart.php index 9a5b90a71c..6e90059695 100644 --- 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. -- 2.25.1