summaryrefslogtreecommitdiffstats
path: root/src/palette/black.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/palette/black.php')
-rw-r--r--src/palette/black.php23
1 files changed, 19 insertions, 4 deletions
diff --git a/src/palette/black.php b/src/palette/black.php
index 3c97294..d53edbe 100644
--- a/src/palette/black.php
+++ b/src/palette/black.php
@@ -68,19 +68,34 @@ class ezcGraphPaletteBlack extends ezcGraphPalette
protected $fontColor = '#D3D7CF';
/**
- * Bordercolor
+ * Bordercolor the chart
*
* @var ezcGraphColor
*/
- protected $borderColor = '#555753';
+ protected $chartBorderColor = '#555753';
/**
- * Borderwidth
+ * Borderwidth for the chart
*
* @var integer
* @access protected
*/
- protected $borderWidth = 0;
+ protected $chartBorderWidth = 1;
+
+ /**
+ * Bordercolor for elements
+ *
+ * @var ezcGraphColor
+ */
+ protected $elementBorderColor = '#555753';
+
+ /**
+ * Borderwidth for elements
+ *
+ * @var integer
+ * @access protected
+ */
+ protected $elementBorderWidth = 0;
/**
* Padding in elements
OpenPOWER on IntegriCloud