diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-05-10 07:17:07 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-05-10 07:17:07 +0000 |
commit | c264121dbc686aab400539f27b22d61193b05d57 (patch) | |
tree | 0552c3d5dc0ce00b19f20da664fe53fba38a6111 | |
parent | bd52f8f8433a944b50d79c6d2d4c20cd982c4620 (diff) | |
download | zetacomponents-graph-c264121dbc686aab400539f27b22d61193b05d57.zip zetacomponents-graph-c264121dbc686aab400539f27b22d61193b05d57.tar.gz |
- Removed unusable code from radar chart
-rw-r--r-- | src/charts/radar.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/charts/radar.php b/src/charts/radar.php index 19b6984..139cba4 100644 --- a/src/charts/radar.php +++ b/src/charts/radar.php @@ -319,22 +319,6 @@ class ezcGraphRadarChart extends ezcGraphChart $this->options->lineThickness ); - if ( $data->highlight[$key] ) - { - $renderer->drawDataHighlightText( - $boundings, - new ezcGraphContext( $datasetName, $key, $data->url[$key] ), - $point, - $yAxisNullPosition, - $nr[$data->displayType->default], - $count[$data->displayType->default], - $this->options->highlightFont, - $value, - $this->options->highlightSize, - ( $this->options->highlightLines ? $data->color[$key] : null ) - ); - } - $lastPoint = $point; } } |