summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-04-26 12:54:05 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-04-26 12:54:05 +0000
commitf084d967acf848d63e35831e840d267803643643 (patch)
treeeab3d05017924a310eea84a416064ba823ea8a0e /src
parent6f37572b09e427428c9c50f2a325163ad29ba0a2 (diff)
downloadzetacomponents-graph-f084d967acf848d63e35831e840d267803643643.zip
zetacomponents-graph-f084d967acf848d63e35831e840d267803643643.tar.gz
- The 3d renderer is not yet able to render radar charts
Diffstat (limited to 'src')
-rw-r--r--src/renderer/3d.php38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/renderer/3d.php b/src/renderer/3d.php
index 93e287c..1bdac0a 100644
--- a/src/renderer/3d.php
+++ b/src/renderer/3d.php
@@ -16,7 +16,6 @@
*/
class ezcGraphRenderer3d
extends ezcGraphRenderer
- implements ezcGraphRadarRenderer
{
/**
@@ -1312,43 +1311,6 @@ class ezcGraphRenderer3d
);
}
}
-
- /**
- * Draw radar chart data line
- *
- * Draws a line as a data element in a radar chart
- *
- * @param ezcGraphBoundings $boundings Chart boundings
- * @param ezcGraphContext $context Context of call
- * @param ezcGraphColor $color Color of line
- * @param ezcGraphCoordinate $center Center of radar chart
- * @param ezcGraphCoordinate $start Starting point
- * @param ezcGraphCoordinate $end Ending point
- * @param int $dataNumber Number of dataset
- * @param int $dataCount Count of datasets in chart
- * @param int $symbol Symbol to draw for line
- * @param ezcGraphColor $symbolColor Color of the symbol, defaults to linecolor
- * @param ezcGraphColor $fillColor Color to fill line with
- * @param float $thickness Line thickness
- * @return void
- */
- public function drawRadarDataLine(
- ezcGraphBoundings $boundings,
- ezcGraphContext $context,
- ezcGraphColor $color,
- ezcGraphCoordinate $center,
- ezcGraphCoordinate $start,
- ezcGraphCoordinate $end,
- $dataNumber = 1,
- $dataCount = 1,
- $symbol = ezcGraph::NO_SYMBOL,
- ezcGraphColor $symbolColor = null,
- ezcGraphColor $fillColor = null,
- $thickness = 1
- )
- {
-
- }
/**
* Draws a highlight textbox for a datapoint.
OpenPOWER on IntegriCloud