question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

circleProgress is not a fuction

See original GitHub issue

Hi!

I get this error using WebPack: “circleProgress is not a fuction”.

My script.js:

require('jquery-circle-progress/dist/circle-progress');

$("#dial-1").circleProgress({
    value: 23,
    size: 60,
    lineCap: 'round',
    fill: {
      gradient: ["#005bff", "#005bff"]
    },
    thickness: 33
})

jquery loads by webpack.ProvidePlugin:

new webpack.ProvidePlugin({
    $: 'jquery',
    jquery: 'jquery',
    jQuery: 'jquery',
    Mustache: 'mustache',
})

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
andreiglingeanucommented, May 2, 2017

@devope If you can come up with a minimal repo on GitHub which reproduces that error I might be able to help you.

0reactions
kottenatorcommented, Jul 18, 2017

I hope I’ve helped you. I’m closing this ticket, but feel free to reopen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jQuery(...).find(...).circleProgress is not a function
I am working on a site where i need to include circular progress bar, for this i have used "circle-progress.js". If i run...
Read more >
circleProgress is not a fuction · Issue #59 - GitHub
HiI tried to copy the main example an am getting the following error: Uncaught TypeError: $(...).circleProgress is not a function.
Read more >
jquery-circle-progress - npm
Start using jquery-circle-progress in your project by running `npm i ... Triggered once the animation is started. function(event) :
Read more >
Creating a circular progress bar in JavaScript - UX Collective
How to create a circle or ring-shaped progress bar for loading screens or infographics with HTML canvas and JavaScript.
Read more >
js-circle-progress - NPM Package Overview - Socket.dev
Responsive, accessible, animated, stylable with CSS circular progress bar available as plain (vanilla) JS and jQuery plugin.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found