Cannot Change Fill Color
See original GitHub issueThe fill color will not change at all no matter what I do. the emptyFill changes though.
I’m using your 1.1.3 and didn’t edit anything but the fill.
/**
* Fill of the arc. You may set it to:
* - solid color:
* - { color: '#3aeabb' }
* - { color: 'rgba(255, 255, 255, .3)' }
* - linear gradient (left to right):
* - { gradient: ['#3aeabb', '#fdd250'], gradientAngle: Math.PI / 4 }
* - { gradient: ['red', 'green', 'blue'], gradientDirection: [x0, y0, x1, y1] }
* - image:
* - { image: 'http://i.imgur.com/pT0i89v.png' }
* - { image: imageObject }
* - { color: 'lime', image: 'http://i.imgur.com/pT0i89v.png' } - color displayed until the image is loaded
*/
fill: { color: '#3aeabb' },
/**
* Color of the "empty" arc. Only a color fill supported by now
* @type {string}
*/
emptyFill: '#000',
Empty fill works, the regular fill won’t do anything. I need to use a white background where the progress circle is located and this is really irritating. The default color is white and it won’t change at all.
My current div class is “progressbar”
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Unable to change Excel cell font or shading colors. - Super User
1 Answer 1 · 1: Highlight the cells containing the fill color that you have previously been unable to remove. · 2: Click...
Read more >Excel- will not let me change color of cell and changes font ...
In the Ribbon under home click on 'Clear' and 'clear format' which will clear all formats and then try again. If it is...
Read more >Excel, Can't Remove Cell Fill Color - Software Solutions Online
Click on the Home Ribbon · Click on the Conditional Formatting button · From the drop down menu click on Clear Rules ·...
Read more >[Fixed!] Background Color Not Changing in Excel (6 Solutions)
The worksheet's default fill color cannot be changed in Excel. Every cell in a worksheet has no fill by default. However, you may...
Read more >Locking the Background Color - Excel Ribbon Tips
Select the cells whose contents you want the user to be able to change. · Display the Home tab of the ribbon. ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, here is a snippet for you
You’re welcome! 😉