kottenator/jquery-circle-progress

emptyFill not working

Closed this issue · 2 comments

Hi there,

I am using the emptyFill parameter to color the empty fill part of the circle, however it will not change the color to what I want:

I am using it like so:

emptyFill: { color: '#CCCCCC' }

the color changes but to black, not grey...

@danimanca - according to documentation, you should specify the color as follows:

el.circleProgress({
  emptyFill: '#CCCCCC'
  // ...
})

I hope I've helped you. I'm closing this ticket, but feel free to reopen.