summaryrefslogtreecommitdiffstats
path: root/src/interfaces
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-12-13 00:09:38 -0600
committerTimothy Pearson <tpearson@raptorengineeringinc.com>2015-12-13 00:09:38 -0600
commita233c63b7379fe04219b5d666877e71dec3ba9e0 (patch)
tree3bed8e38d799cffb590a8d605fab6f226f250159 /src/interfaces
parentac2c7e05d104d1dc39ccf5391b13103dab7d251f (diff)
downloadzetacomponents-graph-a233c63b7379fe04219b5d666877e71dec3ba9e0.zip
zetacomponents-graph-a233c63b7379fe04219b5d666877e71dec3ba9e0.tar.gz
Add option to bound fill between the current dataset and the previous dataset on radar plotsHEADmaster
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/radar_renderer.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/radar_renderer.php b/src/interfaces/radar_renderer.php
index cb2697b..016c857 100644
--- a/src/interfaces/radar_renderer.php
+++ b/src/interfaces/radar_renderer.php
@@ -58,6 +58,8 @@ interface ezcGraphRadarRenderer
ezcGraphCoordinate $center,
ezcGraphCoordinate $start,
ezcGraphCoordinate $end,
+ ezcGraphCoordinate $fillStart,
+ ezcGraphCoordinate $fillEnd,
$dataNumber = 1,
$dataCount = 1,
$symbol = ezcGraph::NO_SYMBOL,
OpenPOWER on IntegriCloud