MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/public.3/assets/plugins/jquery.easy-pie-chart/easy-pie-chart.init.js
!function($) {
    "use strict";

    var EasyPieChart = function() {};

    EasyPieChart.prototype.init = function() {
    	//initializing various types of easy pie charts
		
    	$('.easy-pie-chart-1').easyPieChart({
			easing: 'easeOutBounce',
			barColor : '#ffffff',
			lineWidth: 6,
			animate: 1000,
            lineCap: 'rgba(255, 255, 255, 0.14)',
            trackColor : 'rgba(255, 255, 255, 0.14)',
			onStep: function(from, to, percent) {
				$(this.el).find('.percent').text(Math.round(percent));
			}
		});

		$('.easy-pie-chart-2').easyPieChart({
			easing: 'easeOutBounce',
			barColor : '#ffffff',
			lineWidth: 6,
			lineCap: 'rgba(255, 255, 255, 0.14)',
            trackColor : 'rgba(255, 255, 255, 0.14)',
			onStep: function(from, to, percent) {
				$(this.el).find('.percent').text(Math.round(percent));
			}
		});

		$('.easy-pie-chart-3').easyPieChart({
			easing: 'easeOutBounce',
			barColor : '#ffffff',
			lineWidth: 6,
			lineCap: 'rgba(255, 255, 255, 0.14)',
            trackColor : 'rgba(255, 255, 255, 0.14)',
			onStep: function(from, to, percent) {
				$(this.el).find('.percent').text(Math.round(percent));
			}
		});

		$('.easy-pie-chart-4').easyPieChart({
			easing: 'easeOutBounce',
			barColor : '#ffffff',
			lineWidth: 6,
			lineCap: 'rgba(255, 255, 255, 0.14)',
            trackColor : 'rgba(255, 255, 255, 0.14)',
			onStep: function(from, to, percent) {
				$(this.el).find('.percent').text(Math.round(percent));
			}
		});

		$('.easy-pie-chart-5').easyPieChart({
			easing: 'easeOutBounce',
			barColor : '#ffffff',
			lineWidth: 8,
			trackColor : 'rgba(255, 255, 255, 0.14)',
			scaleColor: false,
			onStep: function(from, to, percent) {
				$(this.el).find('.percent').text(Math.round(percent));
			}
		});

		$('.easy-pie-chart-6').easyPieChart({
			easing: 'easeOutBounce',
			barColor : '#ffffff',
			lineWidth: 8,
			trackColor : 'rgba(255, 255, 255, 0.14)',
			scaleColor: false,
			onStep: function(from, to, percent) {
				$(this.el).find('.percent').text(Math.round(percent));
			}
		});


		$('.easy-pie-chart-7').easyPieChart({
			easing: 'easeOutBounce',
			barColor : '#ffffff',
			lineWidth: 8,
			trackColor : 'rgba(255, 255, 255, 0.14)',
			scaleColor: false,
			onStep: function(from, to, percent) {
				$(this.el).find('.percent').text(Math.round(percent));
			}
		});

		$('.easy-pie-chart-8').easyPieChart({
			easing: 'easeOutBounce',
			barColor : '#ffffff',
			lineWidth: 8,
			trackColor : 'rgba(255, 255, 255, 0.14)',
			scaleColor: false,
			onStep: function(from, to, percent) {
				$(this.el).find('.percent').text(Math.round(percent));
			}
		});


    },
    //init
    $.EasyPieChart = new EasyPieChart, $.EasyPieChart.Constructor = EasyPieChart
}(window.jQuery),

//initializing
function($) {
    "use strict";
    $.EasyPieChart.init()
}(window.jQuery);