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
My app has 15 minute intervals, each hour at 00, 15, 30 and 45 minutes.
In the hours view, creating a time from 0000 to 2200 realizes a bar that extends into the "22" cell, but since the minutes are "00" on the "2200", it would make more sense to stop it in the "21" cell, since the "21" cell is already 100% full. This would not be an issue if it could divide the cell into 60 parts for minutes. Currently my workaround is to override the display value to subtract 1 minute on the stop times and adjust to the previous hour, except where hour = 00;
The text was updated successfully, but these errors were encountered:
@bculley, can you check if this is still an issue in the current plugin version in master, as it may have been fixed by ebf84ca. If it's fixed the issue can be closed. Thanks for reporting it!
The second item is one hour long and, as such, should not appear as a 2-hour-long item. This appears to be an issue in the display code, and would also affect other scales when there are items that end on certain time unit boundaries.
usmonster
changed the title
To time off by one cell visually when minutes are small like 00
Chart item width should reflect minutes (was: "To time off by one cell visually when minutes are small like 00")
Feb 27, 2019
My app has 15 minute intervals, each hour at 00, 15, 30 and 45 minutes.
In the hours view, creating a time from 0000 to 2200 realizes a bar that extends into the "22" cell, but since the minutes are "00" on the "2200", it would make more sense to stop it in the "21" cell, since the "21" cell is already 100% full. This would not be an issue if it could divide the cell into 60 parts for minutes. Currently my workaround is to override the display value to subtract 1 minute on the stop times and adjust to the previous hour, except where hour = 00;
The text was updated successfully, but these errors were encountered: