PDA

View Full Version : Graph Options


cooper
09-01-2005, 19:34
I have a couple of suggestions/requests for graphing.

1. The ablitity to define a default period for a graph would be very helpful. It would make it easier for a manger or non-network admin type to see an 8h or 12h view by default, rather that the 1h view which could be mis-leading to them.

2. In addition to the predefiend colors you have included for the graphs, would it be possible to choose "custom" from the drop down and then have a text box to enter the Hex color code? Another option would be an area to define your own colors by Hex code and then populate the list from that.

Also, I believe you said that 'stacking' was on the list of things for 1.1. Any idea which alpha/beta it will appear in?

Thanks.

cooper

limo
10-01-2005, 09:59
I would to vote for pie graphs, sometime it is very usabe. In conjuction with hand-specifying parameters ;)

themons
15-03-2005, 17:51
if somebody is interested modify the list of color i edit the /www/include/class.inc.php

Add Line after this one using this model
$this->colors["Red"]= ImageColorExactAlpha($this->im,255,120,0,0);

and also
$this->colors["Red"]=ImageColorAllocate($this->im,255,0,0);

to have the color proposed in the drop down list of graph config edit /www/graph.php

add line after this one
echo "<OPTION VALUE='Red' ".iif(isset($color)&&($color=="Red"),"SELECTED","").">Red";

Have fun

tronite
10-06-2007, 16:36
I wonder if these were ever implemented?