Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/dokan/assets/js/page/ drwxr-xr-x | |
| Viewing file: Select action/file-type: "use strict";
var ctx = document.getElementById("myChart").getContext('2d');
var myChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
datasets: [{
label: 'Statistics',
data: [460, 458, 330, 502, 430, 610, 488],
borderWidth: 2,
backgroundColor: '#6777ef',
borderColor: '#6777ef',
borderWidth: 2.5,
pointBackgroundColor: '#ffffff',
pointRadius: 4
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
gridLines: {
drawBorder: false,
color: '#f2f2f2',
},
ticks: {
beginAtZero: true,
stepSize: 150
}
}],
xAxes: [{
ticks: {
display: false
},
gridLines: {
display: false
}
}]
},
}
});
var ctx = document.getElementById("myChart2").getContext('2d');
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
datasets: [{
label: 'Statistics',
data: [460, 458, 330, 502, 430, 610, 488],
borderWidth: 2,
backgroundColor: '#6777ef',
borderColor: '#6777ef',
borderWidth: 2.5,
pointBackgroundColor: '#ffffff',
pointRadius: 4
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
gridLines: {
drawBorder: false,
color: '#f2f2f2',
},
ticks: {
beginAtZero: true,
stepSize: 150
}
}],
xAxes: [{
ticks: {
display: false
},
gridLines: {
display: false
}
}]
},
}
});
var ctx = document.getElementById("myChart3").getContext('2d');
var myChart = new Chart(ctx, {
type: 'doughnut',
data: {
datasets: [{
data: [
80,
50,
40,
30,
20,
],
backgroundColor: [
'#191d21',
'#63ed7a',
'#ffa426',
'#fc544b',
'#6777ef',
],
label: 'Dataset 1'
}],
labels: [
'Black',
'Green',
'Yellow',
'Red',
'Blue'
],
},
options: {
responsive: true,
legend: {
position: 'bottom',
},
}
});
var ctx = document.getElementById("myChart4").getContext('2d');
var myChart = new Chart(ctx, {
type: 'pie',
data: {
datasets: [{
data: [
80,
50,
40,
30,
100,
],
backgroundColor: [
'#191d21',
'#63ed7a',
'#ffa426',
'#fc544b',
'#6777ef',
],
label: 'Dataset 1'
}],
labels: [
'Black',
'Green',
'Yellow',
'Red',
'Blue'
],
},
options: {
responsive: true,
legend: {
position: 'bottom',
},
}
}); |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0129 ]-- |