Fork me on GitHub
Star Fork

percircle

Color variants

Custom text

Update value dynamically

Dark theme

Animation off

Custom options


                         $("#custom").percircle({
                           text:"custom",
                           percent: 27
                         });
                    

                         $("#clock").percircle({
                           perclock: true
                         });
                    

                        $("#custom-color").percircle({
                          progressBarColor: "#CC3366",
                          percent: 64.5
                        });
                    

                        $("#custom").percircle({
                          perdown: true,
                          secs: 14,
                          timeUpText: 'finally!'
                        });