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
Why this is needed:
Currently, the chart will display the time axis with the date and a hour
This make sense when you are in a less than 24h use case. However when you are in a past 7 days use case you don't really need it because it's usually not really readable anyway. If you really need the exact time, the user will hover the chart and see the exact time like in the screenshot.
What should be done:
We might want to change the time axis and display only the date when we are in a past 7 days usecase.
We also might want to think a bit more what to display in other use cases.