Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a drop shadow to the circles #199

Open
anthony-onefoursix opened this issue Jun 14, 2019 · 0 comments
Open

Add a drop shadow to the circles #199

anthony-onefoursix opened this issue Jun 14, 2019 · 0 comments

Comments

@anthony-onefoursix
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant