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

paidlogs

File:
1 edited

Legend:

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

    r441 r444  
    7676
    7777
     78
     79                                $('#sales-charts').css({'width':'100%' , 'height':'200px'});
     80                                $.plot("#sales-charts", <?php echo json_encode($chard) ?>, {
     81                                        hoverable: true,
     82                                        shadowSize: 0,
     83                                        series: {
     84                                                lines: { show: true },
     85                                                points: { show: true }
     86                                        },
     87                                        xaxis: {
     88                                                tickLength: 0
     89                                        },
     90                                        yaxis: {
     91                                                ticks: 10,
     92                                                min: 0,
     93                                                max:<?php echo $max;?>,
     94                                                tickDecimals: 0
     95                                        },
     96                                        grid: {
     97                                                backgroundColor: { colors: [ "#fff", "#fff" ] },
     98                                                borderWidth: 1,
     99                                                borderColor:'#555'
     100                                        }
     101                                });
    78102    }
    79103
     
    120144                        }
    121145                </style>
     146             
    122147<div class="main-content" >
    123148    <div id="breadcrumbs" class="breadcrumbs">
     
    268293</div><!-- /.modal-dialog -->
    269294<?php
    270 $this->load->view('layout/admin/footer', array('base_url' => $base_url, 'adminjs' => array('assets/js/admin/smstemplate.js')));
     295$this->load->view('layout/admin/footer', array('base_url' => $base_url, 'adminjs' => array('assets/js/admin/report.js')));
    271296?>
Note: See TracChangeset for help on using the changeset viewer.