Ignore:
Timestamp:
Nov 10, 2014 2:10:05 PM (11 years ago)
Author:
quyenla
Message:

paidlogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/controllers/report.php

    r444 r445  
    121121        $data['revenue'] = $revenue;
    122122        $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);
    125125        $data['chard'] = $chard;
    126126
Note: See TracChangeset for help on using the changeset viewer.