⚝
One Hat Cyber Team
⚝
Your IP:
192.168.31.6
Server IP:
192.168.1.11
Server:
Linux pams 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02) x86_64
PHP Version:
8.2.28
Buat File
|
Buat Folder
Upload File
Eksekusi
Dir :
~
/
var
/
www
/
pams
/
public
/
assets
/
js
/
pages
/
Edit File: profile.init.js
/* Template Name: Qovex - Admin & Dashboard Template Author: Themesbrand Website: https://themesbrand.com/ Contact: themesbrand@gmail.com File: Profile */ var options = { chart: { height: 300, type: 'bar', toolbar: { show: false, } }, plotOptions: { bar: { horizontal: false, columnWidth: '14%', endingShape: 'rounded' }, }, dataLabels: { enabled: false }, stroke: { show: true, width: 2, colors: ['transparent'] }, series: [ { name: 'Revenue', data: [50, 55, 126, 86, 47, 68, 106, 74, 65, 57, 86, 68] }], xaxis: { categories: ['Jan','Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], }, yaxis: { title: { text: '$ (thousands)' } }, fill: { opacity: 1 }, colors: ['#556ee6'], } var chart = new ApexCharts( document.querySelector("#revenue-chart"), options ); chart.render();
Simpan