2012-03-14 Miguel de Dios <miguel.dedios@artica.es>

* include/graphs/functions_pchart.php: fixed into function
	"pch_slicebar_graph" unset var $antialias.

	Merged bugfix from branch pandora_4.0



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5765 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2012-03-14 12:30:36 +00:00
parent b3beb4e85f
commit 58f71e17c2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2012-03-14 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/functions_pchart.php: fixed into function
"pch_slicebar_graph" unset var $antialias.
Merged bugfix from branch pandora_4.0
2012-03-14 Junichi Satoh <junichi@rworks.jp>
* operation/incidents/incident.php: Replaced substr() with

View File

@ -311,7 +311,7 @@ function pch_slicebar_graph ($graph_type, $data, $period, $width, $height, $colo
$myPicture = new pImage($width,$height);
/* Turn of Antialiasing */
$myPicture->Antialias = $antialiasing;
$myPicture->Antialias = 0;
$myPicture->setFontProperties(array("FontName"=> $font, "FontSize"=>$font_size,"R"=>80,"G"=>80,"B"=>80));