diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-06-06 14:48:52 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-06-06 14:48:52 +0000 |
commit | 2643696538c5546f3d271829e07734883e134c3c (patch) | |
tree | 87b45e93a62affaf4736acfb8a420472db1ebe5b /src/interfaces/element.php | |
parent | 51bbe683d53acf187ebaca6af0e8dcf8dc2db6e7 (diff) | |
download | zetacomponents-graph-2643696538c5546f3d271829e07734883e134c3c.zip zetacomponents-graph-2643696538c5546f3d271829e07734883e134c3c.tar.gz |
- Added gridColor option to palettes
- Differentiate between elements and charts background color
Diffstat (limited to 'src/interfaces/element.php')
-rw-r--r-- | src/interfaces/element.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/element.php b/src/interfaces/element.php index d42e124..62318ad 100644 --- a/src/interfaces/element.php +++ b/src/interfaces/element.php @@ -128,6 +128,7 @@ abstract class ezcGraphChartElement extends ezcBaseOptions { $this->border = $palette->elementBorderColor; $this->borderWidth = $palette->elementBorderWidth; + $this->background = $palette->elementBackground; $this->padding = $palette->padding; $this->margin = $palette->margin; } |