equal
deleted
inserted
replaced
48 |
48 |
49 $g = new GraphMaker(); // _Compat(); |
49 $g = new GraphMaker(); // _Compat(); |
50 |
50 |
51 $g->SetGraphPadding(20, 30, 20, 15); |
51 $g->SetGraphPadding(20, 30, 20, 15); |
52 $g->SetGraphAreaHeight(200); |
52 $g->SetGraphAreaHeight(200); |
53 $g->SetBarPadding(10); |
53 $g->SetBarDimensions(26, 0); |
|
54 $g->SetBarPadding(7); |
54 $g->SetBarData($graphdata); |
55 $g->SetBarData($graphdata); |
55 $g->SetGraphBackgroundTransparent(240, 250, 255, 0); |
56 $g->SetGraphBackgroundTransparent(240, 250, 255, 0); |
56 $g->SetGraphTransparency(25); |
57 $g->SetGraphTransparency(25); |
57 $g->SetAxisStep($interval); |
58 $g->SetAxisStep($interval); |
58 $g->SetGraphTitle($channel . ' message count - last 24 hours'); |
59 $g->SetGraphTitle($channel . ' message count - last 24 hours'); |