<?
# 그래프 출력을 위한 데이터의 최대값및 최소값 세팅
$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);
?>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 630 | 19년 전 | 2352 | ||
| 629 |
|
19년 전 | 2014 | |
| 628 |
|
19년 전 | 3126 | |
| 627 |
|
19년 전 | 2034 | |
| 626 |
|
19년 전 | 2067 | |
| 625 |
|
19년 전 | 1721 | |
| 624 |
|
19년 전 | 2226 | |
| 623 | 19년 전 | 2203 | ||
| 622 |
|
19년 전 | 2508 | |
| 621 |
|
19년 전 | 2913 | |
| 620 |
|
19년 전 | 2407 | |
| 619 | 19년 전 | 2474 | ||
| 618 | 19년 전 | 3517 | ||
| 617 |
|
19년 전 | 3235 | |
| 616 |
|
19년 전 | 3223 | |
| 615 |
|
19년 전 | 3041 | |
| 614 |
|
19년 전 | 2048 | |
| 613 |
|
19년 전 | 2382 | |
| 612 |
|
19년 전 | 2241 | |
| 611 |
|
19년 전 | 2088 | |
| 610 |
|
19년 전 | 2522 | |
| 609 |
|
19년 전 | 2425 | |
| 608 |
|
19년 전 | 2815 | |
| 607 | 19년 전 | 2195 | ||
| 606 | 19년 전 | 3535 | ||
| 605 | 19년 전 | 1991 | ||
| 604 | 19년 전 | 2603 | ||
| 603 | 19년 전 | 1617 | ||
| 602 |
|
19년 전 | 2840 | |
| 601 | 19년 전 | 3075 | ||
| 600 |
|
19년 전 | 2154 | |
| 599 | 19년 전 | 2003 | ||
| 598 | 19년 전 | 2483 | ||
| 597 | 19년 전 | 2389 | ||
| 596 |
|
19년 전 | 3076 | |
| 595 |
|
19년 전 | 6754 | |
| 594 | 19년 전 | 2710 | ||
| 593 | 19년 전 | 3188 | ||
| 592 |
|
19년 전 | 3092 | |
| 591 |
|
19년 전 | 1934 | |
| 590 | 19년 전 | 3368 | ||
| 589 | 19년 전 | 2212 | ||
| 588 |
|
19년 전 | 2707 | |
| 587 | 19년 전 | 2346 | ||
| 586 |
|
19년 전 | 4367 | |
| 585 | 19년 전 | 2487 | ||
| 584 | 19년 전 | 2762 | ||
| 583 |
|
19년 전 | 3524 | |
| 582 |
|
19년 전 | 3719 | |
| 581 |
|
19년 전 | 3257 | |
| 580 | 19년 전 | 2485 | ||
| 579 | 19년 전 | 3079 | ||
| 578 | 19년 전 | 3981 | ||
| 577 | 19년 전 | 3817 | ||
| 576 | 19년 전 | 1755 | ||
| 575 |
|
19년 전 | 2209 | |
| 574 |
|
19년 전 | 5404 | |
| 573 | 19년 전 | 6723 | ||
| 572 | 19년 전 | 2567 | ||
| 571 | 19년 전 | 2109 | ||
| 570 | 19년 전 | 2603 | ||
| 569 | 19년 전 | 3306 | ||
| 568 | 19년 전 | 3532 | ||
| 567 | 19년 전 | 2981 | ||
| 566 | 19년 전 | 2602 | ||
| 565 |
|
19년 전 | 4720 | |
| 564 |
|
19년 전 | 6732 | |
| 563 |
|
19년 전 | 5011 | |
| 562 |
|
19년 전 | 5951 | |
| 561 |
|
19년 전 | 2696 | |
| 560 |
|
19년 전 | 2548 | |
| 559 |
|
19년 전 | 2222 | |
| 558 |
|
19년 전 | 2303 | |
| 557 | 19년 전 | 4595 | ||
| 556 |
|
19년 전 | 4671 | |
| 555 | 19년 전 | 2512 | ||
| 554 | 19년 전 | 2176 | ||
| 553 | 19년 전 | 2527 | ||
| 552 |
|
19년 전 | 3168 | |
| 551 | 19년 전 | 2940 | ||
| 550 |
|
19년 전 | 1899 | |
| 549 |
|
19년 전 | 1959 | |
| 548 |
|
19년 전 | 3147 | |
| 547 |
|
19년 전 | 2357 | |
| 546 |
|
19년 전 | 3619 | |
| 545 |
|
19년 전 | 2549 | |
| 544 |
|
19년 전 | 1851 | |
| 543 |
|
19년 전 | 2455 | |
| 542 |
|
19년 전 | 1729 | |
| 541 |
|
19년 전 | 1411 | |
| 540 |
|
19년 전 | 1541 | |
| 539 |
|
19년 전 | 1804 | |
| 538 |
|
19년 전 | 1586 | |
| 537 |
|
19년 전 | 1783 | |
| 536 |
|
19년 전 | 1563 | |
| 535 |
|
19년 전 | 1961 | |
| 534 |
|
19년 전 | 1848 | |
| 533 |
|
19년 전 | 1449 | |
| 532 |
|
19년 전 | 1443 | |
| 531 |
|
19년 전 | 1362 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기