| Server IP : 138.197.107.151 / Your IP : 216.73.217.7 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/silversharkadmindev/public/assets/js/pages/ |
Upload File : |
/*
Template Name: Skote - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: themesbrand@gmail.com
File: Crypto wallet Init Js File
*/
// overview-chart
var options = {
series: [{
type: 'area',
name: 'BTC',
data: [87, 57, 74, 99, 75, 38, 62, 47, 82, 56, 45, 47]
}, {
type: 'area',
name: 'ETH',
data: [28, 41, 52, 42, 13, 18, 29, 18, 36, 51, 55, 35]
}, {
type: 'line',
name: 'LTC',
data: [45, 52, 38, 24, 33, 65, 45, 75, 54, 18, 28, 10]
}],
chart: {
height: 240,
type: 'line',
toolbar: {
show: false,
}
},
dataLabels: {
enabled: false
},
stroke: {
curve: 'smooth',
width: 2,
dashArray: [0, 0, 3]
},
fill: {
type:'solid',
opacity: [0.15, 0.05, 1],
},
xaxis: {
categories: ['Jan','Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
},
colors: ['#f1b44c', '#3452e1', '#50a5f1'],
};
var chartOverview = new ApexCharts(document.querySelector("#overview-chart"), options);
chartOverview.render();
// datatable
$(document).ready(function() {
$('#datatable').DataTable();
$(".dataTables_length select").addClass('form-select form-select-sm');
});