Commit 4f8d2279 by Torkel Ödegaard

Merge remote-tracking branch 'origin/master' into develop

parents 5be5ee9b 679f2aa2
......@@ -370,7 +370,6 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
if (min && max && ticks) {
var secPerTick = ((max - min) / ticks) / 1000;
console.log('secPerTick', secPerTick);
if (secPerTick <= 45) {
return "%H:%M:%S";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment