Вход Регистрация
Файл: plugins/bower_components/jquery.easy-pie-chart/easy-pie-chart.init.js
Строк: 90
<?php
!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 '#13dafe',
            
lineWidth3,
            
animate1000,
            
lineCap'square',
            
trackColor'#e5e5e5',
            
onStep: function(fromtopercent) {
                $(
this.el).find('.percent').text(Math.round(percent));
            }
        });
        $(
'.easy-pie-chart-2').easyPieChart({
            
easing'easeOutBounce',
            
barColor '#99d683',
            
lineWidth3,
            
trackColor false,
            
lineCap 'butt',
            
onStep: function(fromtopercent) {
                $(
this.el).find('.percent').text(Math.round(percent));
            }
        });
        $(
'.easy-pie-chart-3').easyPieChart({
            
easing'easeOutBounce',
            
barColor '#6164c1',
            
lineWidth3,
            
lineCap 'square',
            
trackColor false,
            
onStep: function(fromtopercent) {
                $(
this.el).find('.percent').text(Math.round(percent));
            }
        });
        $(
'.easy-pie-chart-4').easyPieChart({
            
easing'easeOutBounce',
            
barColor '#13dafe',
            
lineWidth3,
            
scaleColorfalse,
            
onStep: function(fromtopercent) {
                $(
this.el).find('.percent').text(Math.round(percent));
            }
        });
        $(
'.easy-pie-chart-5').easyPieChart({
            
easing'easeOutBounce',
            
barColor '#99d683',
            
lineWidth3,
            
scaleColorfalse,
            
onStep: function(fromtopercent) {
                $(
this.el).find('.percent').text(Math.round(percent));
            }
        });
        $(
'.easy-pie-chart-6').easyPieChart({
            
easing'easeOutBounce',
            
barColor '#6164c1',
            
lineWidth3,
            
scaleColorfalse,
            
onStep: function(fromtopercent) {
                $(
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);
?>
Онлайн: 1
Реклама