question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot Change Fill Color

See original GitHub issue

progressbarcolorfail The 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:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kottenatorcommented, Apr 29, 2016
0reactions
kottenatorcommented, Apr 29, 2016

You’re welcome! 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found