Add theme assets;
This commit is contained in:
13
public/assets/js/peity.js
Normal file
13
public/assets/js/peity.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// npm package: peity
|
||||
// github link: https://github.com/benpickles/peity
|
||||
|
||||
$(function() {
|
||||
'use strict'
|
||||
|
||||
$('.peity-line').peity("line");
|
||||
$('.peity-bar').peity("bar");
|
||||
$('.peity-pie').peity("pie");
|
||||
$('.peity-donut').peity("donut");
|
||||
$('.peity-custom span').peity("donut");
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user