Progressbar

With ProgressBar.js, it's easy to create responsive and stylish progress bars for the web. Animations perform well even on mobile devices. It provides a few built‑in shapes like Line, Circle and SemiCircle but you can also create custom shaped progress bars with any vector graphic editor.

progress visualizers are available in theme: .progress-circle .

Documentation for Progressbar
Example
                      
                        <div class="progress-circle mb-4" data-options='{"progress":96}'></div>
                      
                    
How to use?

Copy-paste the following <script> near the end of your pages under Muse Javascript Plugins to enable it.

              
                <script src="../assets/vendor/progressbar/dist/progressbar.min.js"></script>