#012246: Graph: dataBorder doesn't works in 2d renderer for piecharts

Description:

The dataBorder-Option is not respected. The value is hardcoded to 0.5.

change Line 281 in 2d.php


$darkenedColor = $circleSector['color']->darken( 0.5 );

to


$darkenedColor = $circleSector['color']->darken( $this->options->dataBorder );

Environment:

Operating System:
PHP Version: (please be specific, like '4.4.3' or '5.1.5')
Database and version:
Browser (and version):


- Attachments

No attachments for this issue.


- Comments

Fixed in revision #6978.

#255163 by Kore Nordmann on December 13th, 2007 [Permanent Link]

- History
Properties
Type Bug
Priority Medium
Components Components
Components » Graph
Affects Unknown
Fix Version 2007.2 - eZ components 2007.2
Reporter Patric Pesch
Responsible Kore Nordmann
Status 0 Closed
Resolution Fixed
Created December 13th, 2007
Updated December 13th, 2007
Resolved December 13th, 2007
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #015537
  Graph shows to small and truncated rotated axis labels