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
Calling timeScale.getLabelForValue(value) should return a value formatted with the format in options.displayFormats for the current time unit.
Current behavior
Calling timeScale.getLabelForValue(value) returns a value in the datetime format, instead of the format defined in options.displayFormats for the current time unit.