summaryrefslogtreecommitdiffstats
path: root/src/palette/ez_blue.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-11-03 14:20:22 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-11-03 14:20:22 +0000
commit6bcfb0ef5935517d69cd6ccd46b27d92caa3656d (patch)
treeedb806ced557a832dcfa962f3f28b598e15aad81 /src/palette/ez_blue.php
parent3b4a92fb2b5e181c4aa7a57c67aa17812526b398 (diff)
downloadzetacomponents-graph-6bcfb0ef5935517d69cd6ccd46b27d92caa3656d.zip
zetacomponents-graph-6bcfb0ef5935517d69cd6ccd46b27d92caa3656d.tar.gz
- Added logarithmical scaled numeric axis
- Added mojor grid color in ez palettes
Diffstat (limited to 'src/palette/ez_blue.php')
-rw-r--r--src/palette/ez_blue.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/palette/ez_blue.php b/src/palette/ez_blue.php
index 5eb8fee..32f62be 100644
--- a/src/palette/ez_blue.php
+++ b/src/palette/ez_blue.php
@@ -22,6 +22,13 @@ class ezcGraphPaletteEzBlue extends ezcGraphPalette
protected $axisColor = '#2E3436';
/**
+ * Color of grid lines
+ *
+ * @var ezcGraphColor
+ */
+ protected $majorGridColor = '#D3D7DF';
+
+ /**
* Array with colors for datasets
*
* @var array
OpenPOWER on IntegriCloud