Home
last modified time | relevance | path

Searched refs:Errors (Results 51 – 51 of 51) sorted by last modified time

123

/plugin/charter/lib/pchart/
H A DpChart.class.php139 var $Errors = NULL; variable in pChart
3281 $this->Errors[] = "[Warning] ".$FunctionName." - Y Labels are not set.";
3289 $this->Errors[] = "[Warning] ".$FunctionName." - Series descriptions are not set.";
3325 $this->Errors[] = "[Warning] ".$FunctionName." - No data set.";
3331 $this->Errors[] = "[Warning] ".$FunctionName." - Missing data in serie ".$key.".";
3339 if (count($this->Errors) == 0)
3344 foreach($this->Errors as $key => $Value)
3351 foreach($this->Errors as $key => $Value)
3362 foreach($this->Errors as $key => $Value)
3421 $this->Errors[] = "[Warning] SaveImageMap - Image map is empty.";
[all …]

123