Exemplo n.º 1
0
 function __construct($catch_errors = true)
 {
     parent::__construct($catch_errors);
     $this->dataSeries = array();
     $this->dataSeriesStats = array();
     $this->dataSeriesConverted = array();
     $this->colorBackground = 'backgroundColor';
     $this->featurePoint = array();
 }
Exemplo n.º 2
0
 function __construct($catch_errors = true)
 {
     parent::__construct($catch_errors);
     $this->dataSeries = array();
     $this->dataSeriesStats = array();
     $this->dataSeriesConverted = array();
     $this->barWidth = 1;
     $this->barSpacing = 1;
     $this->barColorDefault = 'black';
     $this->barColorUnderscoreDefault = 'black';
 }