rusackas commented on PR #44212: URL: https://github.com/apache/superset/pull/44212#issuecomment-5684682498
This fixes the reported case, but I think it's incomplete. The hour/minute/second tiers of the same formatter (`%a %b %d, %I:%M:%S %p` etc.) have the exact same problem, no year, so a chart with hourly or finer granularity spanning multiple years would still be ambiguous in the tooltip. @abhinav-phi should those get the same `%Y` treatment here, or is there a reason to scope this to day/week only? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
