mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-02-05 01:50:04 +00:00
Website templates
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
$(function() {
|
||||
$('#easypiechart-teal').easyPieChart({
|
||||
scaleColor: false,
|
||||
barColor: '#1ebfae'
|
||||
});
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$('#easypiechart-orange').easyPieChart({
|
||||
scaleColor: false,
|
||||
barColor: '#ffb53e'
|
||||
});
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$('#easypiechart-red').easyPieChart({
|
||||
scaleColor: false,
|
||||
barColor: '#f9243f'
|
||||
});
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$('#easypiechart-blue').easyPieChart({
|
||||
scaleColor: false,
|
||||
barColor: '#30a5ff'
|
||||
});
|
||||
});
|
||||
|
||||
$('#calendar').datepicker({
|
||||
});
|
||||
Reference in New Issue
Block a user