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
Sometimes, when looking at weekly-aggregated charts, it confuses me to see the date of the first day of the in the tooltips when hovering data points. Users could also be confused, because it’s not clear whether the shown value represents a single date or an entire week (and where the week starts and ends is also undocumented).
This could be addressed by having Chart.js show the respective date range in the tooltips. For data series that have been aggregated by first and last (which select only the chronologically first/last within each period), the tooltip should still show the respective (single) date. However, for data aggregated with sum, mean, med, min, and max, we could show the time range instead.
The text was updated successfully, but these errors were encountered:
Sometimes, when looking at weekly-aggregated charts, it confuses me to see the date of the first day of the in the tooltips when hovering data points. Users could also be confused, because it’s not clear whether the shown value represents a single date or an entire week (and where the week starts and ends is also undocumented).
This could be addressed by having Chart.js show the respective date range in the tooltips. For data series that have been aggregated by
first
andlast
(which select only the chronologically first/last within each period), the tooltip should still show the respective (single) date. However, for data aggregated withsum
,mean
,med
,min
, andmax
, we could show the time range instead.The text was updated successfully, but these errors were encountered: