I’m building a time series visualization, and I’ve noticed that I can format the axis labels exactly as I like them, but that this formatting isn’t respected in the tool tip. For example, I’ve formatted my (monthly) data to “%b %Y” which is like “Dec 2016”. The tool tip does not respect this formatting.
Is there an easy way to ensure these two always align, other than by enforcing this in the view definition?