abhinav-phi commented on issue #44149: URL: https://github.com/apache/superset/issues/44149#issuecomment-5653670357
#44212 implements this. Here's the global-impact list: It's narrower than "everything with a time axis" — x-axis tick labels use the non-verbose `smart_date` preset (`getXAxisFormatter`), which stays untouched. `smart_date_verbose` renders in exactly 4 surfaces: 1. **Time-series family tooltips** (Timeseries incl. scatter, Mixed Timeseries, Gantt) via `getTooltipTimeFormatter` — only when "Tooltip time format" is left at the default "Adaptive formatting" and no time grain is set; with a grain, tooltips already include the year (`2021-01-07` for a day grain) 2. **Time Pivot** — tooltip time labels 3. **Big Number** (time-series mode) — the "Show timestamp" line under the metric Month/year tiers are already year-bearing (`Mar 2020`, `2020`), and users with an explicit d3 format in the control are unaffected — so the whole visible delta is: daily/weekly tooltip stamps on those surfaces gain a year. Since that scope is tooltip/timestamp-only, the PR makes the global tier change (`'%a %b %-e'` → `'%a %b %-e %Y'`), so hovering a daily point reads "Thu Mar 20 2016" exactly as in the report. Happy to switch to a range-aware variant if single-year charts should stay terse. -- 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]
