Exemplo n.º 1
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['pieChartShadowSize'] = 0;
     $this->properties['pieChartShadowTransparency'] = 0.3;
     $this->properties['pieChartShadowColor'] = ezcGraphColor::fromHex('#000000');
     parent::__construct($options);
 }
Exemplo n.º 2
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['seperateLines'] = true;
     $this->properties['fillAxis'] = 0.8;
     $this->properties['fillGrid'] = 0;
     $this->properties['depth'] = 0.1;
     $this->properties['pieChartHeight'] = 10.0;
     $this->properties['pieChartRotation'] = 0.6;
     $this->properties['pieChartShadowSize'] = 0;
     $this->properties['pieChartShadowTransparency'] = 0.3;
     $this->properties['pieChartShadowColor'] = ezcGraphColor::fromHex('#000000');
     $this->properties['pieChartGleam'] = false;
     $this->properties['pieChartGleamColor'] = ezcGraphColor::fromHex('#FFFFFF');
     $this->properties['barDarkenSide'] = 0.2;
     $this->properties['barDarkenTop'] = 0.4;
     $this->properties['barChartGleam'] = false;
     parent::__construct($options);
 }