diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-07-30 11:00:59 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-07-30 11:00:59 +0000 |
| commit | c0accaa38ee1684a94ac469b5ed3360118fcb430 (patch) | |
| tree | 4a2b501215897e024f81ea98d2090e87ef9d2c71 /frontends/php/include/classes | |
| parent | 1c748941b07e728464ef7b165c06358d04d31c55 (diff) | |
- minor changes in js class cookies.js (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4482 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes')
| -rw-r--r-- | frontends/php/include/classes/pie.inc.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frontends/php/include/classes/pie.inc.php b/frontends/php/include/classes/pie.inc.php index b2a8d483..da2a71d4 100644 --- a/frontends/php/include/classes/pie.inc.php +++ b/frontends/php/include/classes/pie.inc.php @@ -94,7 +94,6 @@ function selectData(){ $from_time = $this->from_time; $to_time = $this->to_time; -// $calc_field = 'round('.$x.'*(mod(clock+'.$z.','.$p.'))/('.$p.'),0)'; /* required for 'group by' support of Oracle */ $sql_arr = array(); if(($this->period / $this->sizeX) <= (ZBX_MAX_TREND_DIFF / ZBX_GRAPH_MAX_SKIP_CELL)){ @@ -253,7 +252,6 @@ function calcExplodedCenter($anglestart,$angleend,$x,$y,$count){ $y+= round($count * sin(deg2rad($anglemid))); $x+= round($count * cos(deg2rad($anglemid))); -// SDI($x.' xy '.$y); return array($x,$y); } @@ -522,9 +520,7 @@ function Draw(){ $this->sizeX = min($this->sizeX,$this->sizeY); $this->sizeY = min($this->sizeX,$this->sizeY); -// SDI($this->graphheight3d); $this->calc3dhight($this->sizeY); -// SDI($this->graphheight3d); $this->exploderad = (int) $this->sizeX / 100; $this->exploderad3d = (int) $this->sizeX / 60; @@ -573,10 +569,7 @@ function Draw(){ $values[$item] = abs($data->lst); break; } -// $this->sum += $values[$item]; } -// $this->SwitchPie3D(); -// $this->SwitchPieExploded(); switch($this->type){ case GRAPH_TYPE_EXPLODED: |
