📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
projetakipscripti.demodesign.com.tr
/
resources
/
assets
/
js
/
pages
📝
dashboard-help.js
← Geri Dön
'use strict'; $(document).ready(function() { // satisfaction-chart // support-chart // support-chart1 // support-chart2 // [ support-chart ] start $(function() { var options1 = { chart: { type: 'area', height: 100, sparkline: { enabled: true } }, colors: ["#536dfe"], stroke: { curve: 'smooth', width: 2, }, series: [{ name: 'series1', data: [0, 20, 10, 45, 30, 55, 20, 30, 0] }], tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function(seriesName) { return '' } } }, marker: { show: false } } } new ApexCharts(document.querySelector("#support-chart"), options1).render(); }); // [ support-chart ] end // [ support-chart1 ] start $(function() { var options1 = { chart: { type: 'area', height: 100, sparkline: { enabled: true } }, colors: ["#4680ff"], stroke: { curve: 'smooth', width: 2, }, series: [{ name: 'series1', data: [0, 20, 10, 45, 30, 55, 20, 30, 0] }], tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function(seriesName) { return '' } } }, marker: { show: false } } } new ApexCharts(document.querySelector("#support-chart1"), options1).render(); }); // [ support-chart1 ] end // [ support-chart2 ] start $(function() { var options1 = { chart: { type: 'area', height: 100, sparkline: { enabled: true } }, colors: ["#9ccc65"], stroke: { curve: 'smooth', width: 2, }, series: [{ name: 'series1', data: [0, 20, 10, 45, 30, 55, 20, 30, 0] }], tooltip: { fixed: { enabled: false }, x: { show: false }, y: { title: { formatter: function(seriesName) { return '' } } }, marker: { show: false } } } new ApexCharts(document.querySelector("#support-chart2"), options1).render(); }); // [ support-chart2 ] end // [ satisfaction-chart ] start $(function() { var options = { chart: { height: 260, type: 'pie', }, series: [66, 50, 40, 30], labels: ["Very Poor", "Satisfied", "Very Satisfied", "Poor"], legend: { show: true, offsetY: 50, }, theme: { monochrome: { enabled: true, color: '#4680ff', } }, responsive: [{ breakpoint: 768, options: { chart: { height: 320, }, legend: { position: 'bottom', offsetY: 0, } } }] } var chart = new ApexCharts(document.querySelector("#satisfaction-chart"), options); chart.render(); }); // [ satisfaction-chart ] end // [ latest-scroll ] start var px = new PerfectScrollbar('.latest-scroll', { wheelSpeed: .5, swipeEasing: 0, wheelPropagation: 1, minScrollbarLength: 40, }); // [ latest-scroll ] end });
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula