We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4701fe commit 39d53f3Copy full SHA for 39d53f3
scripts/JSRootPainter.js
@@ -1302,7 +1302,7 @@
1302
}
1303
1304
Painter.chooseTimeFormat = function(awidth, ticks) {
1305
- if (awidth < .5) return ticks ? "%S.%L" : "%M:%S.%L";
+ if (awidth < .5) return ticks ? "%S.%L" : "%H:%M:%S.%L";
1306
if (awidth < 30) return ticks ? "%Mm%S" : "%H:%M:%S";
1307
awidth /= 60; if (awidth < 30) return ticks ? "%Hh%M" : "%d/%m %H:%M";
1308
awidth /= 60; if (awidth < 12) return ticks ? "%d-%Hh" : "%d/%m/%y %Hh";
0 commit comments