Server IP : 108.170.25.35 / Your IP : 3.137.174.253 Web Server : Apache/2 System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : studio ( 1434) PHP Version : 8.1.28 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/studio/public_html/gfgdfgdfg/js/plugins-init/ |
Upload File : |
(function($) { "use strict" // Line Chart $("#sparklinedash").sparkline([10, 15, 26, 27, 28, 31, 34, 40, 41, 44, 49, 64, 68, 69, 72], { type: "bar", height: "50", barWidth: "4", resize: !0, barSpacing: "5", barColor: "rgb(0, 171, 197)" }); $("#sparkline8").sparkline([79, 72, 29, 6, 52, 32, 73, 40, 14, 75, 77, 39, 9, 15, 10], { type: "line", width: "100%", height: "50", lineColor: "rgb(0, 171, 197)", fillColor: "rgba(0, 171, 197, .5)", minSpotColor: "rgb(0, 171, 197)", maxSpotColor: "rgb(0, 171, 197)", highlightLineColor: "rgb(0, 171, 197)", highlightSpotColor: "rgb(0, 171, 197)" }); $("#sparkline9").sparkline([27, 31, 35, 28, 45, 52, 24, 4, 50, 11, 54, 49, 72, 59, 75], { type: "line", width: "100%", height: "50", lineColor: "rgb(192, 10, 39)", fillColor: "rgba(192, 10, 39, .5)", minSpotColor: "#fd712c", maxSpotColor: "#fd712c", highlightLineColor: "rgb(192, 10, 39)", highlightSpotColor: "#fd712c" }); // Bar Chart $("#spark-bar").sparkline([33, 22, 68, 54, 8, 30, 74, 7, 36, 5, 41, 19, 43, 29, 38], { type: "bar", height: "200", barWidth: 6, barSpacing: 7, barColor: "rgb(7, 135, 234)" }); $('#StackedBarChart').sparkline([ [1, 4, 2], [2, 3, 2], [3, 2, 2], [4, 1, 2] ], { type: "bar", height: "200", barWidth: 10, barSpacing: 7, stackedBarColor: ['#36b9d8', '#4bffa2', 'rgba(68, 0, 235, .8)'] }); $("#tristate").sparkline([1, 1, 0, 1, -1, -1, 1, -1, 0, 0, 1, 1], { type: 'tristate', height: "200", barWidth: 10, barSpacing: 7, colorMap: ['#36b9d8', '#4bffa2', 'rgba(68, 0, 235, .8)'], negBarColor: 'rgba(245, 60, 121, .8)' }); // Composite $("#composite-bar").sparkline([73, 53, 50, 67, 3, 56, 19, 59, 37, 32, 40, 26, 71, 19, 4, 53, 55, 31, 37, 67, 10, 21], { type: "bar", height: "200", barWidth: "10", resize: !0, // barSpacing: "7", barColor: "rgb(0, 171, 197)", width: '100%' }); $("#sparkline-composite-chart").sparkline([5, 6, 7, 2, 0, 3, 6, 8, 1, 2, 2, 0, 3, 6], { type: 'line', width: '100%', height: '200', barColor: 'rgb(0, 171, 197)', colorMap: ['rgb(0, 171, 197)', '#f0ae00'] }); $("#sparkline-composite-chart").sparkline([5, 6, 7, 2, 0, 3, 6, 8, 1, 2, 2, 0, 3, 6], { type: 'bar', height: '150px', width: '100%', barWidth: 10, barSpacing: 5, barColor: '#34C73B', negBarColor: '#34C73B', composite: true }); //Pie $("#sparkline11").sparkline([24, 61, 51], { type: "pie", height: "200", resize: !0, sliceColors: ["rgba(192, 10, 39, .5)", "rgba(0, 0, 128, .5)", "rgba(0, 171, 197, .5)"] }); // Bullet $("#bullet-chart").sparkline([10, 12, 12, 9, 7], { type: 'bullet', height: '100', width: '100%', }); //Boxplot $("#boxplot").sparkline([4,27,34,52,54,59,61,68,78,82,85,87,91,93,100], { type: 'box' }); })(jQuery);