You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varfillStyle=this.getOption_('rangeSelectorColor').toString();// If not defined, stick with the old way to be backwards compatibleif(!fillStyle){fillStyle='rgba(240, 240, 240, '+this.getOption_('rangeSelectorAlpha').toString()+')';}ctx.fillStyle=fillStyle;
I could come up with a pull request, if you guys are okay with that solution :-)
The text was updated successfully, but these errors were encountered:
With the
rangeSelectorAlpha
-option, we can define the transparency level of the range-selector, but there is no way to set the actual color.It would be nice to have a
rangeSelectorColor
-option as an alternative where one can set the whole color-(RGBA)-string.Currently we have the following implementation:
I would suggest something like:
I could come up with a pull request, if you guys are okay with that solution :-)
The text was updated successfully, but these errors were encountered: