Commit ed76335c by Torkel Ödegaard

small change to time axis formats, more graphite like now

parent e0a35a39
......@@ -262,8 +262,11 @@ function (angular, $, kbn, moment, _) {
if(_int >= 10000) {
return "%Y-%m-%d";
}
if(_int >= 3600) {
return "%m/%d %H:%M" //"%H:%M<br>%m-%d";
}
if(_int >= 700) {
return "%H:%M<br>%m-%d";
return "%a %H:%M" //"%H:%M<br>%m-%d";
}
return "%H:%M";
......
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