Can time axis show 60 minutes instead of 00?

Hi,
Is it possible to format time axis ticks in such a way that it shows 60 minutes instead of 00?
For example; customize the time format using:
tickformat: "%M:%S"
such that only Minutes:Seconds appear on the time axis. On 60 minutes value, the tick becomes 00:00 instead of 60:00.

Any help will be appreciated.
Thanks!

Copied from Can time axis show 60 minutes instead of 00? · Issue #1514 · plotly/plotly.js · GitHub

Maybe there’s a way using tickformat. We use d3’s time-format under hood. Someone should investigate.