Вход Регистрация
Файл: plugins/bower_components/peity/jquery.peity.init.js
Строк: 13
<?php
//pie
            
$("span.pie").peity("pie",{
                
width50,
                
height50 
            
});
        
        
//donut

          
$("span.donut").peity("donut",{
                
width50,
                
height50 
            
});

         
// line
         
$('.peity-line').each(function() {
            $(
this).peity("line", $(this).data());
         });

         
// bar
          
$('.peity-bar').each(function() {
            $(
this).peity("bar", $(this).data());
         });
?>
Онлайн: 1
Реклама