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
I'm trying out design options and I believe offsetHours are not working as intended and the block that the number is positioned over is 1 hour forward.
Comparing offsetHours = false and offsetHours = true I think number 7 should be over current block, not number 8 as the time in the screenshots is ~7:45.
offsetHours = true:
offsetHours = false:
The text was updated successfully, but these errors were encountered:
To be clear: when offsetHours = false, the numbers represent tariff blocks (i.e., the 1st, 2nd, 3rd block), which is what this card is designed to do. Note that from 0:00 to 1:00 is the FIRST block.
offsetHours = true was implemented because some users find the numbers confusing and prefer them to represent hours.
So, I think you are mixing two different things here: displaying numbers as blocks versus displaying numbers as hours.
Ok, I do (think) I understand you. I'm pulling my PR.
Not sure why this way of marking (hour) blocks would help... I have never seen hour blocks represented by count staring from 1. On www.uro.si and www.gen-i.si pages they are represented starting from 0.
I'm trying out design options and I believe offsetHours are not working as intended and the block that the number is positioned over is 1 hour forward.
Comparing offsetHours = false and offsetHours = true I think number 7 should be over current block, not number 8 as the time in the screenshots is ~7:45.
offsetHours = true:
offsetHours = false:
The text was updated successfully, but these errors were encountered: