|
It is not possible to use variable graph sizes using standard routers2.cgi. The graph sizes are defined based on the gstyle parameter, and there are only set values that this can be.
If you select different sizes in the Styles menu at the side, you can get graphs up to a much larger size than the normal 400x100px (try the 'huge' option, 800x300px).
WARNING: DO NOT DO THIS NEXT BIT UNLESS YOU REALLY UNDERSTAND PERL!
To change the style graph sizes, you would need to modify the code itself. Look in the make_graph function, and change the $gwidth and $gheight variables (this is the graph size in pixels, which is smaller than the final image size). The $width variable is the number of data points in the graph, usually 400. Making it more will not give you more data than you have stored, though.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|