update crewsportswear
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user