Skip to content

Commit 3fd9040

Browse files
added day and month to plot's time format
1 parent 61ba986 commit 3fd9040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 163
2+
# version 165
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

js/plot_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var plot_options = {
3535
{
3636
show: true,
3737
mode: "time",
38-
timeformat: "%H:%M"
38+
timeformat: "%m/%d %H:%M"
3939
}
4040
]
4141
};

0 commit comments

Comments
 (0)