[Ref] Remove unused _colours property
authorBradley Taylor <hello@brad-taylor.co.uk>
Sun, 16 Jan 2022 13:59:07 +0000 (13:59 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sun, 16 Jan 2022 13:59:07 +0000 (13:59 +0000)
CRM/Utils/Chart.php

index 9a5b90a71c51a9571f6239170e60f1dcc03f123c..6e90059695259a1a222457b96c675cca47998c74 100644 (file)
 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.