From: <te...@us...> - 2014-09-14 00:40:02
|
Revision: 6885 http://sourceforge.net/p/web-erp/reponame/6885 Author: tehonu Date: 2014-09-14 00:39:55 +0000 (Sun, 14 Sep 2014) Log Message: ----------- Improve X label, so it's readable with more than 12 columns Modified Paths: -------------- trunk/SalesGraph.php Modified: trunk/SalesGraph.php =================================================================== --- trunk/SalesGraph.php 2014-09-13 23:06:42 UTC (rev 6884) +++ trunk/SalesGraph.php 2014-09-14 00:39:55 UTC (rev 6885) @@ -281,6 +281,7 @@ } $graph->SetXTickPos('none'); $graph->SetXTickLabelPos('none'); + $graph->SetXLabelAngle(90); $graph->SetBackgroundColor('white'); $graph->SetTitleColor('blue'); $graph->SetFileFormat('png'); |