<?php
/* ================================================================
* filename : gra.php
* Creator : 이창열, 2009. 02. 22
* Comment : 그래프 그리기
==================================================================*/
# 그래프 출력을 위한 데이터의 최대값및 최소값 세팅
$maxVal = 50; // 최대값 5백만
$step = 5; // 단위 5십만
$arrVal = array(25,18, 34, 46, 10, 29, 17, 38, 26, 25, 27, 39, 44, 22, 16, 43, 39, 22, 44, 18, 14, 22, 32, 45);
function showStickGraph($maxVal, $minVal, $step, $arrVal)
{
$bottomCommentHeight= 30; // 하단 설명공간 높이 픽셀값
$cntY = round($maxVal / $step); // y축 눈금개수
$unitHight = 30; // 단위 높이 픽셀값
$minVal = 0; // 최소값
$k= 10;
?>
<table cellpadding=0 cellspacing=0 border="1" >
<tr>
<!-- y축-->
<td >
<table cellpadding=0 cellspacing=0 border="1" >
<? for ($a= $maxVal; $a >= $minVal; $a -= $step){ ?>
<tr>
<td height="<?=$unitHight?>" valign="bottom" align="right">
<font size="2"><?=$a?></font>
</td>
</tr>
<?}?>
<tr>
<td height="<?=$bottomCommentHeight?>">
<font size="2">매출<br>(단위:10만)</font></td>
</tr>
</table>
</td>
<!--x축-->
<td valign="bottom">
<table cellpadding=0 cellspacing=0 border="0" >
<tr>
<? for ($i= 0; $i < 24; $i++){ ?>
<td align="center" valign="bottom">
<table cellpadding=0 cellspacing=0 border="1" >
<tr>
<td width="20" height="<?=($arrVal[$i])/$step * $unitHight ?>" bgcolor="green" valign="top" align="center">
<font size="2" color="white"><b><?=$arrVal[$i]?></b></font></td>
</tr>
<tr>
<td height="<?=$bottomCommentHeight?>" valigh="top"><font size="2"><?=($i<10)?"0$i":$i?></font></td>
</tr>
</table>
</td>
<?}?>
</tr>
</table>
</td>
</tr>
</table>
<?
}
showStickGraph($maxVal, $minVal, $step, $arrVal);
?>
[출처] PHP로 만들어본 간단한 막대그래프.|작성자 파란아침
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 179 | ||
| 8229 | 9년 전 | 162 | ||
| 8228 |
커네드커네드
|
9년 전 | 199 | |
| 8227 | 9년 전 | 243 | ||
| 8226 | 9년 전 | 259 | ||
| 8225 | 9년 전 | 238 | ||
| 8224 | 9년 전 | 249 | ||
| 8223 | 9년 전 | 220 | ||
| 8222 |
|
9년 전 | 284 | |
| 8221 | 9년 전 | 183 | ||
| 8220 | 9년 전 | 227 | ||
| 8219 | 9년 전 | 199 | ||
| 8218 | 9년 전 | 244 | ||
| 8217 |
star3840
|
9년 전 | 209 | |
| 8216 | 9년 전 | 275 | ||
| 8215 | 9년 전 | 220 | ||
| 8214 | 9년 전 | 329 | ||
| 8213 | 9년 전 | 289 | ||
| 8212 | 9년 전 | 202 | ||
| 8211 | 9년 전 | 371 | ||
| 8210 | 9년 전 | 369 | ||
| 8209 | 9년 전 | 447 | ||
| 8208 | 9년 전 | 336 | ||
| 8207 | 9년 전 | 347 | ||
| 8206 |
|
9년 전 | 290 | |
| 8205 | 9년 전 | 262 | ||
| 8204 | 9년 전 | 253 | ||
| 8203 | 9년 전 | 329 | ||
| 8202 | 9년 전 | 246 | ||
| 8201 | 9년 전 | 280 | ||
| 8200 | 9년 전 | 291 | ||
| 8199 | 9년 전 | 310 | ||
| 8198 | 9년 전 | 276 | ||
| 8197 | 9년 전 | 258 | ||
| 8196 | 9년 전 | 682 | ||
| 8195 | 9년 전 | 268 | ||
| 8194 | 9년 전 | 378 | ||
| 8193 | 9년 전 | 291 | ||
| 8192 | 9년 전 | 303 | ||
| 8191 | 9년 전 | 257 | ||
| 8190 | 9년 전 | 243 | ||
| 8189 | 9년 전 | 301 | ||
| 8188 | 9년 전 | 237 | ||
| 8187 | 9년 전 | 248 | ||
| 8186 | 9년 전 | 247 | ||
| 8185 | 9년 전 | 417 | ||
| 8184 | 9년 전 | 204 | ||
| 8183 | 9년 전 | 412 | ||
| 8182 | 9년 전 | 283 | ||
| 8181 | 9년 전 | 238 | ||
| 8180 | 9년 전 | 807 | ||
| 8179 | 9년 전 | 586 | ||
| 8178 | 9년 전 | 446 | ||
| 8177 |
kiplayer
|
9년 전 | 439 | |
| 8176 | 9년 전 | 471 | ||
| 8175 | 9년 전 | 362 | ||
| 8174 | 9년 전 | 353 | ||
| 8173 | 9년 전 | 440 | ||
| 8172 | 9년 전 | 323 | ||
| 8171 | 9년 전 | 282 | ||
| 8170 | 9년 전 | 404 | ||
| 8169 |
커네드커네드
|
9년 전 | 360 | |
| 8168 | 9년 전 | 439 | ||
| 8167 | 9년 전 | 431 | ||
| 8166 | 9년 전 | 325 | ||
| 8165 | 9년 전 | 267 | ||
| 8164 | 9년 전 | 404 | ||
| 8163 | 9년 전 | 411 | ||
| 8162 | 9년 전 | 393 | ||
| 8161 | 9년 전 | 407 | ||
| 8160 |
|
9년 전 | 629 | |
| 8159 | 9년 전 | 571 | ||
| 8158 | 9년 전 | 368 | ||
| 8157 | 9년 전 | 481 | ||
| 8156 | 9년 전 | 359 | ||
| 8155 | 9년 전 | 365 | ||
| 8154 |
00년생용띠
|
9년 전 | 698 | |
| 8153 | 9년 전 | 334 | ||
| 8152 |
|
9년 전 | 514 | |
| 8151 | 9년 전 | 508 | ||
| 8150 | 9년 전 | 625 | ||
| 8149 |
Jangfolk
|
9년 전 | 481 | |
| 8148 | 9년 전 | 296 | ||
| 8147 | 9년 전 | 478 | ||
| 8146 | 9년 전 | 559 | ||
| 8145 | 9년 전 | 519 | ||
| 8144 | 9년 전 | 488 | ||
| 8143 | 9년 전 | 314 | ||
| 8142 | 9년 전 | 528 | ||
| 8141 | 9년 전 | 473 | ||
| 8140 | 9년 전 | 1039 | ||
| 8139 | 9년 전 | 383 | ||
| 8138 |
전갈자리남자
|
9년 전 | 492 | |
| 8137 | 9년 전 | 525 | ||
| 8136 | 9년 전 | 855 | ||
| 8135 |
|
9년 전 | 896 | |
| 8134 |
PlayPixel
|
9년 전 | 636 | |
| 8133 |
|
9년 전 | 544 | |
| 8132 | 9년 전 | 583 | ||
| 8131 | 9년 전 | 941 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기