ÿØÿà 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 ( $ ) { /* line chart */ var myCanvas = document.getElementById("lineChart"); myCanvas.height="150"; var myCanvasContext = myCanvas.getContext("2d"); var gradientStroke1 = myCanvasContext.createLinearGradient(0, 0, 0, 380); gradientStroke1.addColorStop(0, 'rgb(237, 81, 81,0.3)'); var gradientStroke2 = myCanvasContext.createLinearGradient(0, 0, 0, 280); gradientStroke2.addColorStop(0, 'rgb(156, 49, 223,0.3)'); var myChart = new Chart( myCanvas, { type: 'line', data: { labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], type: 'line', datasets: [ { label: 'Monthly Sales', data: [0, 70, 75, 120, 94, 141, 60], backgroundColor: gradientStroke1, borderColor: '#ed5151', pointBackgroundColor:'#ed5151', pointHoverBackgroundColor:gradientStroke1, pointBorderColor :'#ed5151', pointHoverBorderColor :gradientStroke1, pointBorderWidth :3, pointRadius :3, pointHoverRadius :2, borderWidth: 2 }, { label: "Yearly Sales", data: [0, 50, 40, 80, 40, 79, 50], backgroundColor: gradientStroke2, borderColor: '#9c31df', pointBackgroundColor:'#df9431', pointHoverBackgroundColor:gradientStroke2, pointBorderColor :'#9c31df', pointHoverBorderColor :gradientStroke2, pointBorderWidth :3, pointRadius :3, pointHoverRadius :2, borderWidth: 2 } ] }, options: { responsive: true, maintainAspectRatio: true, 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' } } }); /* line chart end */ $(".sparkline_bar-2").sparkline([6,2,8,4,3,8,1,3,6,5,7], { type: 'bar', height: 130, colorMap: { '9': '#a1a1a1' }, barColor: '#ed5151', barSpacing: 7, barWidth: 6, }); /* sparkline_bar end */ } )( jQuery );