From cec96da806411975079a90858065277e5234b303 Mon Sep 17 00:00:00 2001 From: Kore Nordmann Date: Mon, 12 Jun 2006 07:24:39 +0000 Subject: - Fixed bug #8488 (ezcGraphPaletteBlack has same description as ezcGraphPalletteTango) --- src/palette/black.php | 16 +++++++++++++++- src/palette/tango.php | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) (limited to 'src/palette') 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 -- cgit v1.1