Uncaught TypeError: $(...).circliful is not a function
voltan opened this issue · 0 comments
voltan commented
Hello
When I try to load circliful like this, I have console error
$("#circle-not-assigned").circliful({
animation: 1,
animationStep: 5,
foregroundBorderWidth: 15,
backgroundBorderWidth: 15,
percent: 50,
textSize: 28,
textStyle: 'font-size: 12px;',
textColor: '#666',
multiPercentage: 0,
progressColor: { 15: '#152cc4', 25: '#FF6C00'},
});
error log is:
Uncaught TypeError: $(...).circliful is not a function