summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/charts/radar.php16
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;
}
}
OpenPOWER on IntegriCloud