summaryrefslogtreecommitdiffstats
path: root/src/palette
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-12 07:24:39 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-12 07:24:39 +0000
commitcec96da806411975079a90858065277e5234b303 (patch)
tree8dac03f9a9c64cbda0df90137e30d5610e688e34 /src/palette
parente8ef1f3c3429317ef3aaee3dffbb4a6636191554 (diff)
downloadzetacomponents-graph-cec96da806411975079a90858065277e5234b303.zip
zetacomponents-graph-cec96da806411975079a90858065277e5234b303.tar.gz
- Fixed bug #8488 (ezcGraphPaletteBlack has same description as
ezcGraphPalletteTango)
Diffstat (limited to 'src/palette')
-rw-r--r--src/palette/black.php16
-rw-r--r--src/palette/tango.php4
2 files changed, 17 insertions, 3 deletions
diff --git a/src/palette/black.php b/src/palette/black.php
index b6436c5..336ee49 100644
--- a/src/palette/black.php
+++ b/src/palette/black.php
@@ -8,7 +8,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
- * Color pallet for ezcGraph based on Tango style guidelines at
+ * Dark color pallet for ezcGraph based on Tango style guidelines at
* http://tango-project.org/Generic_Icon_Theme_Guidelines
*
* @package Graph
@@ -82,6 +82,20 @@ class ezcGraphPaletteBlack extends ezcGraphPalette
protected $chartBackground = '#2E3436';
/**
+ * Border color for chart elements
+ *
+ * @var string
+ */
+ protected $elementBorderColor = '#555753';
+
+ /**
+ * Border width for chart elements
+ *
+ * @var integer
+ */
+ protected $elementBorderWidth = 1;
+
+ /**
* Padding in elements
*
* @var integer
diff --git a/src/palette/tango.php b/src/palette/tango.php
index b2265c9..e4ca15b 100644
--- a/src/palette/tango.php
+++ b/src/palette/tango.php
@@ -8,7 +8,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
- * Color pallet for ezcGraph based on Tango style guidelines at
+ * Light color pallet for ezcGraph based on Tango style guidelines at
* http://tango-project.org/Generic_Icon_Theme_Guidelines
*
* @package Graph
@@ -59,7 +59,7 @@ class ezcGraphPaletteTango extends ezcGraphPalette
*
* @var ezcGraphColor
*/
- protected $fontColor = '#555753';
+ protected $fontColor = '#2E3436';
/**
* Backgroundcolor for chart
OpenPOWER on IntegriCloud