- Timestamp:
- Nov 10, 2014 2:08:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/report/index.php
r441 r444 76 76 77 77 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 }); 78 102 } 79 103 … … 120 144 } 121 145 </style> 146 122 147 <div class="main-content" > 123 148 <div id="breadcrumbs" class="breadcrumbs"> … … 268 293 </div><!-- /.modal-dialog --> 269 294 <?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'))); 271 296 ?>
Note: See TracChangeset
for help on using the changeset viewer.