🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

jquery-circles-progressbar

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-circles-progressbar

A jQuery Plugin for several Circle Shaped Progressbars

0.4.4
latest
Version published
Weekly downloads
7
-46.15%
Maintainers
1
Weekly downloads
 
Created

CirclesProgressbar

A jQuery Plugin for several Circle Shaped Progressbars

Installation

npm install jquery-circles-progressbar --save

Usage

<script type="text/javascript" src="//code.jquery.com/jquery-2.1.4.js"></script>
<script type="text/javascript" src="../dist/jquery.circles-progressbar.js"></script>

$(element).circlesProgress(optionsObject);

e.g.

optionsObject = {
	'size':150, // 150px width and height
	'progress': 50, // fillup in percent
	'innerColor': 'rgb(255,0,0)',
	'outerColor': '#00F',
	'borderSize': 4, // width of the border
}

Avaible Options

- size 
- progress
- borderSize
- innerColor
- outerColor
- initialProgress
- innerOpacity
- outerOpacity

Release History

0.1.0 Initial release

FAQs

Package last updated on 28 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts