pChart 2.x forum
http://wiki.pchart.net/forum/

Typo in drawStackedBarChart
http://wiki.pchart.net/forum/viewtopic.php?f=5&t=2235
Page 1 of 1

Author:  theodamien [ Mon Nov 07, 2011 5:07 pm ]
Post subject:  Typo in drawStackedBarChart

Line 4482 must replace :

Code:
   //  $this->drawText($XCenter,$YCenter,$this->scaleFormat($Serie["Data"][$Key],$Mode,$Format,$Unit),array("R"=>$DisplayR,"G"=>$DisplayG,"B"=>$DisplayB,"Align"=>TEXT_ALIGN_MIDDLEMIDDLE,"FontSize"=>$DisplaySize,"FontName"=>$DisplayFont));


With

Code:
  $this->drawText($XCenter,$YCenter,$Caption,array("R"=>$DisplayR,"G"=>$DisplayG,"B"=>$DisplayB,"Align"=>TEXT_ALIGN_MIDDLEMIDDLE,"FontSize"=>$DisplaySize,"FontName"=>$DisplayFont));

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/