Justerade lite färger

This commit is contained in:
2007-11-05 09:14:13 +00:00
parent a68c63509c
commit cbb3cb755a
3 changed files with 8 additions and 5 deletions

View File

@@ -34,13 +34,13 @@ if [ "$1" = "config" ]; then
echo 'graph_order spam ham'
echo 'graph_category Mail'
echo 'mail.label mail'
echo 'mail.type DERIVE'
echo 'mail.type AREA'
echo 'mail.min 0'
echo 'mail.draw LINE2'
echo 'mail.draw LINE1'
echo 'ham.label ham'
echo 'ham.type DERIVE'
echo 'ham.min 0'
echo 'ham.draw LINE2'
echo 'ham.draw LINE1'
echo 'spam.label spam'
echo 'spam.type DERIVE'
echo 'spam.min 0'