很高兴大家对PHP如此的情有独钟! 下面就给大家介绍php作线形图的函数: /* 函数说明 $data:y轴数据(数组) $graphdata:y轴数据--百分比(数组) $label:x轴数据(数组) $height:图像高度 $width:图像宽度 $font:字号 $dot:决定点的大小 $bg:背景色 $line :线色 $text :文本色 $dotcolor:点色 $file:输出图像文件名 */ function qximage($data , $graphdata, $label , $heigh...
[ 查看全文 ]