update crewsportswear

This commit is contained in:
franknstayn
2020-10-24 21:27:04 +08:00
parent 6cc68cd56b
commit 77ee1b9ccc
5 changed files with 100 additions and 10 deletions

View File

@@ -631,9 +631,35 @@
<script src="{{asset('/public/bower_components/AdminLTE/plugins/datepicker/bootstrap-datepicker.js')}}"></script>
<!-- jquery-ui -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
{{-- Chartjs --}}
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"></script>
<script>
$( document ).ready(function() {
// var ctx = document.getElementById('myChart');
// var myChart = new Chart(ctx, {
// type: 'line',
// data: {
// labels: ['Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],
// datasets: [{
// label: '# of Votes',
// data: [12, 19, 3, 5, 2, 3]
// }]
// },
// options: {
// scales: {
// yAxes: [{
// ticks: {
// beginAtZero: true
// }
// }]
// }
// }
// });
$.fn.dataTable.ext.search.push(
function (settings, data, dataIndex) {