trying to fix the title bug on the demo server

This commit is contained in:
Martynas Mickevicius
2010-07-28 16:28:58 +03:00
parent c6ce98be18
commit aecac3a691

View File

@@ -97,7 +97,7 @@ abstract class PMA_pChart_Chart extends PMA_Chart
protected function drawTitle()
{
// Draw the title
$this->chart->drawTextBox(0,0,$this->getWidth(),$this->getLabelHeight(),$this->getTitleText(),0,255,255,255,ALIGN_CENTER,FALSE,0,0,0,30);
$this->chart->drawTextBox(0,0,$this->getWidth(),$this->getLabelHeight(),$this->getTitleText(),0,250,250,250,ALIGN_CENTER,FALSE,0,0,0,30);
}
protected function setGraphAreaDimensions()