On ajoute des limites pour le graphe car on sait que c'est entre 0 et 100
darcs-hash:20060502133124-72cb0-1421a57aca2a390c50807f5f24ec14afd43e691d.gz
This commit is contained in:
parent
05024eb66d
commit
c1b71ce77a
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ if arg == "config" :
|
||||||
print 'host_name web'
|
print 'host_name web'
|
||||||
print 'graph_category %s' % SITE
|
print 'graph_category %s' % SITE
|
||||||
print 'graph_title http://%s.crans.org' % SITE
|
print 'graph_title http://%s.crans.org' % SITE
|
||||||
|
print 'graph_args --base 1000 -r --lower-limit 0 --upper-limit 100'
|
||||||
|
print 'graph_scale no'
|
||||||
print 'graph_args --base 1000 --lower-limit 0'
|
print 'graph_args --base 1000 --lower-limit 0'
|
||||||
print 'graph_vlabel % des visites'
|
print 'graph_vlabel % des visites'
|
||||||
for key in usage.keys() :
|
for key in usage.keys() :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue