Changeset 736
- Timestamp:
- Feb 3, 2015 4:50:35 PM (10 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/reportAsistant.php
r503 r736 73 73 } 74 74 75 $data['max'] = $max;75 $data['max'] = 50000; 76 76 $chard[] = array("color" => "#e67e22", "label" => "Lượng ngưá»i dùng giá»i thiá»u bá»i cá»ng tác viên theo từng tháng", "data" => $chart); 77 77 $data['chard'] = $chard; -
pro-violet-viettel/sourcecode/application/modules/admin/models/collabolator_model.php
r690 r736 382 382 383 383 $data['revenue'] = $revenue; 384 $data['max'] = $max;384 $data['max'] = 50000; 385 385 $chard[] = array("color" => "#e67e22", "label" => "Tháng hiện tại", "data" => $chart_this_month); 386 386 $chard[] = array("color" => "#1abc9c", "label" => "Tháng trước", "data" => $chart_last_month);
Note: See TracChangeset
for help on using the changeset viewer.