From: <ex...@us...> - 2016-06-08 04:16:45
|
Revision: 7552 http://sourceforge.net/p/web-erp/reponame/7552 Author: exsonqu Date: 2016-06-08 04:16:42 +0000 (Wed, 08 Jun 2016) Log Message: ----------- 08/06/16 Exson: add data label for SalesGraph.php. Modified Paths: -------------- trunk/SalesGraph.php Modified: trunk/SalesGraph.php =================================================================== --- trunk/SalesGraph.php 2016-06-06 15:28:31 UTC (rev 7551) +++ trunk/SalesGraph.php 2016-06-08 04:16:42 UTC (rev 7552) @@ -319,6 +319,7 @@ array('black') //Border Colors ); $graph->SetLegend(array(_('Actual'),_('Budget'))); + $graph->SetYDataLabelPos('plotin'); //Draw it $graph->DrawGraph(); @@ -329,4 +330,4 @@ </table>'; include('includes/footer.inc'); } -?> \ No newline at end of file +?> |