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
It’s possible to have an ordinal axis where the domain value is dates, for example with a bar chart. This isn’t a temporal axis (which is continuous), but it’d still be nice to support d3-time-format specifiers, e.g. tickFormat: "%b". Probably the axis should look at the domain values and check if they are temporal. Similarly if the domain values are numbers, d3-format specifiers should be supported.