[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
simpeg
/
login
/
dist
/
js
/
[
Home
]
File: peity-data.js
/*Piety Init*/ $(document).ready(function() { "use strict"; if( $('.pie').length > 0 ){ /*pie*/ $("span.pie").peity("pie",{ width: 50, height: 50 }); } if( $('.donut').length > 0 ){ /*donut*/ $("span.donut").peity("donut",{ width: 50, height: 50 }); } if( $('.peity-line').length > 0 ){ /*line*/ $('.peity-line').each(function() { $(this).peity("line", $(this).data()); }); } if( $('.peity-bar').length > 0 ){ /*bar*/ $('.peity-bar').each(function() { $(this).peity("bar", $(this).data()); }); } });