Monica Dinculescu
Monica Dinculescu
It still definitely works for me for locations and some zip codes (and I've checked that the response makes sense), but I'll look into a different weather service when i...
Also related: #3
Hmm, I don't think this should be necessary. `custom-style` should still work with polyfilled browsers. Why do you think neither `:host` nor `html` are getting selected?
I think what you’re looking for is the `clicksPerQuarter` property, which is public. That constant just says there are 4 quarters in a whole thing, which is the only number...
Ahhhh yes you’re right, my bad. I forgot about good old 3/4 and friends
@tbar0970 one thing you could do is set the `clicksPerQuarter ` property to 0.75 — that would make the math for `clicksInBar` correct, though you might run into float number...