Server IP : 86.38.243.181 / Your IP : 216.73.216.86 Web Server : LiteSpeed System : Linux in-mum-web1336.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u986601745 ( 986601745) PHP Version : 7.4.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 MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u986601745/domains/emrskalsi.com/public_html/admin/js/sparkline/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
(function ($) { "use strict"; $("#sparkline1").sparkline([34, 43, 43, 35, 44, 32, 44, 52, 25], { type: 'line', lineColor: '#17997f', lineWidth: 1, barSpacing: '100px', fillColor: '#03a9f4', }); $("#sparkline2").sparkline([-4, -2, 2, 0, 4, 5, 6, 7], { type: 'bar', barColor: '#03a9f4', negBarColor: '#303030'}); $("#sparkline3").sparkline([1, 1, 2], { type: 'pie', sliceColors: ['#03a9f4', '#303030', '#ff9999']}); $("#sparklinedask1").sparkline([1, 3, 2], { type: 'pie', width: '80', height: '80', sliceColors: ['#03a9f4', '#303030', '#ff9999']}); $("#sparklinedask2").sparkline([1, 1, 2], { type: 'pie', width: '80', height: '80', sliceColors: ['#03a9f4', '#303030', '#ff9999']}); $("#sparkline4").sparkline([34, 43, 43, 35, 44, 32, 15, 22, 46, 33, 86, 54, 73, 53, 12, 53, 23, 65, 23, 63, 53, 42, 34, 56, 76, 15, 54, 23, 44], { type: 'line', lineColor: '#03a9f4', fillColor: '#ffffff', }); $("#sparkline5").sparkline([1, 1, 0, 1, 1, 1, 1, 1, -1, -2, -3, -4], { type: 'tristate', posBarColor: '#03a9f4', negBarColor: '#303030'}); $("#sparkline6").sparkline([4, 6, 7, 7, 4, 3, 2, 1, 4, 4, 5, 6, 3, 4, 5, 8, 7, 6, 9, 3, 2, 4, 1, 5, 6, 4, 3, 7, ], { type: 'discrete', lineColor: '#03a9f4'}); $("#sparkline7").sparkline([52, 12, 44], { type: 'pie', height: '150px', sliceColors: ['#03a9f4', '#303030', '#e4f0fb']}); $("#sparkline8").sparkline([5, 6, 7, 2, 0, 4, 2, 4, 5, 7, 2, 4, 12, 14, 4, 2, 14, 12, 7], { type: 'bar', barWidth: 8, height: '150px', barColor: '#03a9f4', negBarColor: '#303030'}); $("#sparkline9").sparkline([34, 43, 43, 35, 44, 32, 15, 22, 46, 33, 86, 54, 73, 53, 12, 53, 23, 65, 23, 63, 53, 42, 34, 56, 76, 15, 54, 23, 44], { type: 'line', lineWidth: 1, width: '150px', height: '150px', lineColor: '#999', fillColor: '#03a9f4', }); $('.sparklineadminpro').sparkline([ [1], [2], [3], [4, 2], [3], [5, 3] ], { type: 'bar', barColor: '#03a9f4', negBarColor: '#303030',}); var sparklineCharts = function(){ $("#sparkline22").sparkline([34, 43, 43, 35, 44, 32, 44, 52], { type: 'line', width: '100%', height: '60', lineColor: '#1ab394', fillColor: "#ebebeb" }); $("#sparkline23").sparkline([24, 43, 43, 55, 44, 62, 44, 72], { type: 'line', width: '100%', height: '60', lineColor: '#1ab394', fillColor: "#ebebeb" }); $("#sparkline24").sparkline([74, 43, 23, 55, 54, 32, 24, 12], { type: 'line', width: '100%', height: '60', lineColor: '#ed5565', fillColor: "#ebebeb" }); $("#sparkline25").sparkline([24, 43, 33, 55, 64, 72, 44, 22], { type: 'line', width: '100%', height: '60', lineColor: '#ed5565', fillColor: "#ebebeb" }); $("#sparkline51").sparkline([1, 4], { type: 'pie', height: '140', sliceColors: ['#1ab394', '#ebebeb'] }); $("#sparkline52").sparkline([5, 3], { type: 'pie', height: '140', sliceColors: ['#1ab394', '#ebebeb'] }); $("#sparkline53").sparkline([2, 2], { type: 'pie', height: '140', sliceColors: ['#ed5565', '#ebebeb'] }); $("#sparkline54").sparkline([2, 3], { type: 'pie', height: '140', sliceColors: ['#ed5565', '#ebebeb'] }); }; var sparkResize; $(window).resize(function(e) { clearTimeout(sparkResize); sparkResize = setTimeout(sparklineCharts, 500); }); sparklineCharts(); })(jQuery);