Hello if you want the graphs to be slightly more read able you can edit the pages/servers.php file
Code:
<a href="show_graph.php?type=0&game=<?php echo $game; ?>&width=870&height=200&server_id=<?php echo $server_id ?>&bgcolor=<?php echo $g_options['graphbg_load']; ?>&color=<?php echo $g_options['graphtxt_load']; ?>&range=1">
<img src="show_graph.php?type=0&game=<?php echo $game; ?>&width=870&height=200&server_id=<?php echo $server_id ?>&bgcolor=<?php echo $g_options['graphbg_load']; ?>&color=<?php echo $g_options['graphtxt_load']; ?>&range=1" alt="24h View">
The above code snippet is for the 24 hr. just edit the img tag at width and height
or you can edit the a href tag instead so when you click it the image will scale up
here is a example of what I am talking about
using your own site
http://hl.gamers-global.com:8079/das...FFFFFF&range=1
as you can see &width=2400&height=900 in the url will scale to that size as for the text above on the image itself might need to edit the show_graph.php instead