Ignore:
Timestamp:
Feb 3, 2015 6:14:25 PM (10 years ago)
Author:
quyenla
Message:

fixing charts

File:
1 edited

Legend:

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

    r736 r741  
    7373        }
    7474
    75         $data['max'] = 50000;
     75        $data['max'] = $max;
    7676        $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);
    7777        $data['chard'] = $chard;
    78 
     78         
    7979        return $this->load->view('reportAsistant/statistics', $data, true);
    8080    }
Note: See TracChangeset for help on using the changeset viewer.