X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FChart.php;h=cf4feba3bee38732d96cc5fc35a6d980a4559637;hb=b832662c49a7a966444dfdd69c6c9b5cae9cc2f1;hp=656277307b3718f71096e3eb420ecbc02de70713;hpb=9c5b4e0b9b230ec43e1d7713c4cdafe6173921f0;p=civicrm-core.git diff --git a/CRM/Utils/Chart.php b/CRM/Utils/Chart.php index 656277307b..cf4feba3be 100644 --- a/CRM/Utils/Chart.php +++ b/CRM/Utils/Chart.php @@ -62,7 +62,7 @@ class CRM_Utils_Chart { * Assoc array of name/value pairs. * * @return object - * $chart object of open flash chart. + * $chart object data used for client-side chart rendering (currently with dc chart library). */ public static function barChart($params) { $output = static::commonParamsManipulation($params);