htdocs/24hours.php
changeset 12 7f043e712c35
parent 8 0acb8d9a3194
child 20 e2f6e3af9959
equal deleted inserted replaced
11:b3fec7467c05 12:7f043e712c35
    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');