#769 Title of pies and charts are not consistent with the title of other dashlets

SVN:trunk[2905]
This commit is contained in:
Romain Quetiez
2013-10-14 14:48:09 +00:00
parent c2efdfa0bb
commit 3c3d4a073d
2 changed files with 3 additions and 0 deletions

View File

@@ -1101,6 +1101,7 @@ EOF
$oTitle = new title($sTitle);
$oChart->set_title( $oTitle );
$oTitle->set_style("{font-size: 16px; font-family: Tahoma; font-weight: bold; text-align: center;}");
}
$oChart->set_bg_colour('#FFFFFF');
$oChart->add_element( $oChartElement );