<?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로 만들어본 간단한 막대그래프.|작성자 파란아침
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2130 | 17년 전 | 1170 | ||
| 2129 |
ⓧ힘내세요
|
17년 전 | 2229 | |
| 2128 | 17년 전 | 2872 | ||
| 2127 | 17년 전 | 4055 | ||
| 2126 | 17년 전 | 3141 | ||
| 2125 | 17년 전 | 1404 | ||
| 2124 | 17년 전 | 1706 | ||
| 2123 | 17년 전 | 2235 | ||
| 2122 | 17년 전 | 1542 | ||
| 2121 | 17년 전 | 1716 | ||
| 2120 | 17년 전 | 2712 | ||
| 2119 | 17년 전 | 2138 | ||
| 2118 | 17년 전 | 1792 | ||
| 2117 |
아름다운세상
|
17년 전 | 4194 | |
| 2116 | 17년 전 | 3045 | ||
| 2115 | 17년 전 | 1435 | ||
| 2114 |
아름다운세상
|
17년 전 | 3564 | |
| 2113 | 17년 전 | 2792 | ||
| 2112 | 17년 전 | 2072 | ||
| 2111 | 17년 전 | 1287 | ||
| 2110 | 17년 전 | 2326 | ||
| 2109 | 17년 전 | 2063 | ||
| 2108 | 17년 전 | 1982 | ||
| 2107 |
휴전합시다
|
17년 전 | 1918 | |
| 2106 | 17년 전 | 1168 | ||
| 2105 |
|
17년 전 | 1871 | |
| 2104 | 17년 전 | 2925 | ||
| 2103 | 17년 전 | 1426 | ||
| 2102 | 17년 전 | 1668 | ||
| 2101 | 17년 전 | 1353 | ||
| 2100 | 17년 전 | 1597 | ||
| 2099 | 17년 전 | 1570 | ||
| 2098 | 17년 전 | 1443 | ||
| 2097 | 17년 전 | 2554 | ||
| 2096 | 17년 전 | 2321 | ||
| 2095 | 17년 전 | 2106 | ||
| 2094 | 17년 전 | 1416 | ||
| 2093 | 17년 전 | 2426 | ||
| 2092 | 17년 전 | 4254 | ||
| 2091 | 17년 전 | 2739 | ||
| 2090 | 17년 전 | 1658 | ||
| 2089 | 17년 전 | 1849 | ||
| 2088 | 17년 전 | 3225 | ||
| 2087 | 17년 전 | 2226 | ||
| 2086 | 17년 전 | 3820 | ||
| 2085 | 17년 전 | 1671 | ||
| 2084 | 17년 전 | 2265 | ||
| 2083 | 17년 전 | 2094 | ||
| 2082 | 17년 전 | 1610 | ||
| 2081 | 17년 전 | 2125 | ||
| 2080 |
letsgolee
|
17년 전 | 1921 | |
| 2079 | 17년 전 | 1957 | ||
| 2078 | 17년 전 | 3069 | ||
| 2077 | 17년 전 | 2143 | ||
| 2076 | 17년 전 | 1434 | ||
| 2075 | 17년 전 | 1455 | ||
| 2074 | 17년 전 | 2122 | ||
| 2073 | 17년 전 | 3202 | ||
| 2072 | 17년 전 | 2135 | ||
| 2071 |
휴전합시다
|
17년 전 | 1530 | |
| 2070 | 17년 전 | 4237 | ||
| 2069 | 17년 전 | 2030 | ||
| 2068 | 17년 전 | 3457 | ||
| 2067 | 17년 전 | 6027 | ||
| 2066 | 17년 전 | 1483 | ||
| 2065 |
letsgolee
|
17년 전 | 1651 | |
| 2064 | 17년 전 | 1233 | ||
| 2063 | 17년 전 | 1347 | ||
| 2062 |
vicky
|
17년 전 | 2872 | |
| 2061 | 17년 전 | 1908 | ||
| 2060 |
카프카07
|
17년 전 | 2593 | |
| 2059 | 17년 전 | 1301 | ||
| 2058 | 17년 전 | 3183 | ||
| 2057 | 17년 전 | 2161 | ||
| 2056 | 17년 전 | 2605 | ||
| 2055 | 17년 전 | 1405 | ||
| 2054 | 17년 전 | 1751 | ||
| 2053 | 17년 전 | 1145 | ||
| 2052 |
|
17년 전 | 1202 | |
| 2051 | 17년 전 | 1785 | ||
| 2050 | 17년 전 | 1226 | ||
| 2049 | 17년 전 | 4307 | ||
| 2048 | 17년 전 | 1504 | ||
| 2047 | 17년 전 | 2002 | ||
| 2046 |
카프카07
|
17년 전 | 7088 | |
| 2045 | 17년 전 | 1381 | ||
| 2044 | 17년 전 | 1893 | ||
| 2043 | 17년 전 | 3131 | ||
| 2042 | 17년 전 | 1220 | ||
| 2041 |
카프카07
|
17년 전 | 1982 | |
| 2040 | 17년 전 | 1152 | ||
| 2039 |
smilesol
|
17년 전 | 1847 | |
| 2038 | 17년 전 | 2145 | ||
| 2037 |
|
17년 전 | 2963 | |
| 2036 | 17년 전 | 1242 | ||
| 2035 |
|
17년 전 | 1333 | |
| 2034 |
ㅣ곰탱이ㅣ
|
17년 전 | 1558 | |
| 2033 |
|
17년 전 | 1227 | |
| 2032 | 17년 전 | 4352 | ||
| 2031 | 17년 전 | 3893 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기