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:
parent
b3beb4e85f
commit
58f71e17c2
|
@ -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
|
||||
|
|
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue