kottenator / kottenator/jquery-circle-progress
Add a drop shadow to the circles
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 300
- PR merge metrics
- No merged PRs in 30d
Description
This is a great piece of code, but I was wondering how to attach a drop shadow to the circles. I myself am actually using the arc version of this, and I've been experimenting with:
ctx.shadowColor = 'black';
ctx.shadowBlur = 20;
ctx.shadowOffsetX = 20;
ctx.shadowOffsetY = 20;
but I cant get it to attach to the bars?
Any assistance would be gratefully received.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the JavaScript drawing code for the circles and the arc variant, then reproduce the reported shadow settings there. Check how the canvas bars are rendered and clarify whether the goal is a documented usage example or built-in drop-shadow support; done should be defined by the issue before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100