diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-11-25 12:26:29 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-11-25 12:26:29 +1100 |
commit | 7b642a0a47c8b2628190343a1095eaf43510668d (patch) | |
tree | f5dcb275879977d04ac994c9725b9058e5eefc54 /script/user-use-graph | |
parent | 0227bdc1d7a91adeac07757234d4e77045433fff (diff) |
Make scales of axes on admin stats graphs to be set by the data rather than hardcoded
Diffstat (limited to 'script/user-use-graph')
-rwxr-xr-x | script/user-use-graph | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/user-use-graph b/script/user-use-graph index 1cf409cb2..205e02416 100755 --- a/script/user-use-graph +++ b/script/user-use-graph @@ -54,7 +54,6 @@ cat >$GPSCRIPT <<END set xdata time set timefmt "%Y-%m-%d" - set xrange ["2007-12-01":] set format x "%d %b %Y" set xtics nomirror |