Jul
30

php JPGRAPH总结

1. 设置画布

$graph->SetMarginColor('#fff');//整个图片背景
$graph->SetFrame(false); //是否显示图片边框

$graph->SetColor("#fff"); //设置曲线背景

2. 定制X轴数据

$xdata = array('一月', '2月', '三月');
$graph->xaxis->SetTickLabels($xdata);
$graph-> xaxis-> SetFont(FF_FONT1 , FS_BOLD);

共计 0 条评论

NAME:

required

E-MAIL:

required, will not be published

HOMEPAGE:

CONTENT: