Skip to content

Lucci93/SkillProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkillProgress

SkillProgress is an animated horizontal chart bar written in Javascript and JQuery.

Requirement

SkillProgress works smooth with all the version of JQuery library.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

For better performance add the latest version.

Installation

1- Download or clone the git repository.

git clone https://github.com/Lucci93/SkillProgress.git

2- Add skillProgress.min.js to your folder.

<script type="text/javascript" src="../skillProgress.min.js"></script>

3- Call skillProgress in yours JQuery ready code.

$(document).ready(function () {
    SkillProgress(chartClass, chartBarClass, labelClass, startDelay, timeAnimation);
});

4- Done.

Examples

Check the example folder inside the repository downloaded.

Credits

SkillProgress is owned and maintained by Daniele Piergigli, a bored student of computer science.

Communication

  • If you found a bug or need help, open an issue.
  • If you have a feature request or you'd like to ask a general question, send me a mail (check my website).
  • If you want to contribute, submit a pull request.

License

SkillProgress is released under the MIT license. See LICENSE for details.

About

An animated horizontal chart bar written in Javascript and JQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published