- Timestamp:
- Nov 10, 2014 2:10:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/report.php
r444 r445 121 121 $data['revenue'] = $revenue; 122 122 $data['max'] = $max; 123 $chard[] = array("color" => "# 1abc9c", "label" => "Tháng hiá»n tại", "data" => $chart_this_month);124 $chard[] = array("color" => "# 3498db", "label" => "Tháng trưá»c", "data" => $chart_last_month);123 $chard[] = array("color" => "#e67e22", "label" => "Tháng hiá»n tại", "data" => $chart_this_month); 124 $chard[] = array("color" => "#1abc9c", "label" => "Tháng trưá»c", "data" => $chart_last_month); 125 125 $data['chard'] = $chard; 126 126
Note: See TracChangeset
for help on using the changeset viewer.