npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

angular-circular-progressbar-with-handler

v1.0.2

Published

![alt text](https://i.ibb.co/CsbT6Hr/progress.png)

Downloads

3

Readme

Angular Circular Progressbar With Handler

alt text

Just install it and call the module then use the component

<angular-circular-progressbar
[percentage]="30"
[radius]="58"
[bgStrokeColor]="'#EAEAEA'"
[bgStrokeFill]="'transparent'"
[bgStrokeWidth]="5"
[progressStrokeColor]="'#3F8DFC'"
[progressStrokeFill]="'transparent'"
[progressStrokeWidth]="5"
[fontFamily]="'arial'"
[fontSize]="28"
[fontWeight]="700"
[textColor]="'#3F8DFC'"
[handleBorderColor]="'transparent'"
[handleFillColor]="'#3F8DFC'"
[handleRadius]="8"
[clockWise]="true"
[strokeLinecap]="'round'"
[reversedText]="false"
[mutedFontFamily]="'arial'"
[mutedFontSize]="12"
[mutedFontWeight]="400"
[mutedText]="'alt text'"
[mutedTextColor]="'#ccc'"
[defaultShadow]="true"
> </angular-circular-progressbar>

It's already compatible with SSR

for more Info Angular Circular Progressbar With Handler

| Input. | Type | Description | | ------------------- | ------- | ---------------------------------------------------------------------------------------- | | percentage | number | the percentage from 100 and zero by defaul | | radius | number | the radius the circules and required | | width | any | if you want specific width for svg or by default it will be (radius x 2.3) | | fontSize | number | font size of the percentage | | fontFamily | string | font family for percentage | | fontWeight | number | font weight for percentage | | textColor | string | text color of percentage | | bgStrokeColor | string | background circle background color | | bgStrokeFill | string | background circle stroke fill type (color or transparent) it should be transparent | | bgStrokeWidth | number | background circle stroke width | | progressStrokeColor | string | progress circle background color | | progressStrokeFill | string | progress circle stroke fill type (color or transparent) it should be transparent | | progressStrokeWidth | number | progress circle stroke width | | handleRadius | number | handler circle radius | | handleBorderWidth | number | handler circle stroke width incase you want it | | handleBorderColor | string | handler circle stroke color | | handleFillColor | string | handler circle fill color | | mutedText | string | alternative text content | | mutedFontFamily | string | alternative text font family | | mutedTextColor | string | alternative text color | | mutedFontSize | number | alternative text font size | | mutedFontWeight | number | alternative text font weight | | strokeLinecap | string | progress circle stroke type ( butt , round , square ) | | filterValue | string | incase you want to add a filter for handler | | clockWise | boolean | the direction of the progress bar | | reversedText | boolean | change text direction for percentage | | defaultShadow | boolean | if true it will show a default shadow on handler | | responsive | boolean | if true it will multiple every number entered by 0.8 if the width is smaller that 1600px |

Created with love by Shady Noor [email protected]

If you can improve it just pull it and do push a PR