출처 : http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=tipntech&wr_id=29645&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%C2%F7%C6%AE&sop=and
▶ 파나챠트
다운로드 및 설치 사이트
http://www.panacode.com/panachart/
스크린샷
http://www.panacode.com/panachart/index.php?SEC=screenshots
다운로드
http://www.panacode.com/panachart/index.php?SEC=download
▶ JpGraph
http://www.aditus.nu/jpgraph/
다운로드
http://www.aditus.nu/jpgraph/jpdownload.php
=====================
=====수정할부분 =====
=====================
한굴출력 방법은 아래와 같습니다.
우선 panachart.php 를 열고 아래부분을 찾아서
// plot title
if($this->m_title){
imagestring ($this->m_image,
$this->m_font,
($this->m_width-strlen($this->m_title)*$this->m_fontWidth)/2,
$margin,
$this->m_title,
$this->m_textColor);
}
imagestring 부분을 imagettftext 함수로 변경만 하면 끝입니다.
imagettftext(
$this->m_image,
$this->m_font,
0,
($this->m_width-strlen($this->m_title)*$this->m_fontWidth)/2,
$margin+10,
$this->m_textColor, \"[투루타입이 있는 글꼴 PATH]\", iconv(\"cp949\",\"UTF-8\",$this->m_title));
ps : $margin 값이 약간 차이가 나서 임의로 10을 더 plus 시켰더니 안짤리고 잘 나오더군여
====================================================================================
지금 panachart v0.9.2 를 사용중인데.. 최대값과 최소값이 같을때 버그가 있더군요..
function addSeries(...) 에 보시면 다음과 같은 구문이 있을겁니다.
if($minValue < $this->m_minValue) $this->m_minValue = $minValue;
if($maxValue > $this->m_maxValue) $this->m_maxValue = $maxValue;
바로 이 다음줄에 다음과 같이 추가해주세요
if ($this->m_minValue == $this->m_maxValue) $this->m_maxValue++;
그럼 에러나는 문제 해결 됩니다..
참고하시길..<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
▶ 파나챠트
다운로드 및 설치 사이트
http://www.panacode.com/panachart/
스크린샷
http://www.panacode.com/panachart/index.php?SEC=screenshots
다운로드
http://www.panacode.com/panachart/index.php?SEC=download
▶ JpGraph
http://www.aditus.nu/jpgraph/
다운로드
http://www.aditus.nu/jpgraph/jpdownload.php
=====================
=====수정할부분 =====
=====================
한굴출력 방법은 아래와 같습니다.
우선 panachart.php 를 열고 아래부분을 찾아서
// plot title
if($this->m_title){
imagestring ($this->m_image,
$this->m_font,
($this->m_width-strlen($this->m_title)*$this->m_fontWidth)/2,
$margin,
$this->m_title,
$this->m_textColor);
}
imagestring 부분을 imagettftext 함수로 변경만 하면 끝입니다.
imagettftext(
$this->m_image,
$this->m_font,
0,
($this->m_width-strlen($this->m_title)*$this->m_fontWidth)/2,
$margin+10,
$this->m_textColor, \"[투루타입이 있는 글꼴 PATH]\", iconv(\"cp949\",\"UTF-8\",$this->m_title));
ps : $margin 값이 약간 차이가 나서 임의로 10을 더 plus 시켰더니 안짤리고 잘 나오더군여
====================================================================================
지금 panachart v0.9.2 를 사용중인데.. 최대값과 최소값이 같을때 버그가 있더군요..
function addSeries(...) 에 보시면 다음과 같은 구문이 있을겁니다.
if($minValue < $this->m_minValue) $this->m_minValue = $minValue;
if($maxValue > $this->m_maxValue) $this->m_maxValue = $maxValue;
바로 이 다음줄에 다음과 같이 추가해주세요
if ($this->m_minValue == $this->m_maxValue) $this->m_maxValue++;
그럼 에러나는 문제 해결 됩니다..
참고하시길..<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 81 | ||
| 8229 | 9년 전 | 77 | ||
| 8228 |
커네드커네드
|
9년 전 | 116 | |
| 8227 | 9년 전 | 132 | ||
| 8226 | 9년 전 | 168 | ||
| 8225 | 9년 전 | 155 | ||
| 8224 | 9년 전 | 150 | ||
| 8223 | 9년 전 | 118 | ||
| 8222 |
|
9년 전 | 193 | |
| 8221 | 9년 전 | 97 | ||
| 8220 | 9년 전 | 107 | ||
| 8219 | 9년 전 | 104 | ||
| 8218 | 9년 전 | 149 | ||
| 8217 |
star3840
|
9년 전 | 117 | |
| 8216 | 9년 전 | 166 | ||
| 8215 | 9년 전 | 123 | ||
| 8214 | 9년 전 | 231 | ||
| 8213 | 9년 전 | 165 | ||
| 8212 | 9년 전 | 86 | ||
| 8211 | 9년 전 | 251 | ||
| 8210 | 9년 전 | 254 | ||
| 8209 | 9년 전 | 344 | ||
| 8208 | 9년 전 | 227 | ||
| 8207 | 9년 전 | 232 | ||
| 8206 |
|
9년 전 | 196 | |
| 8205 | 9년 전 | 176 | ||
| 8204 | 9년 전 | 139 | ||
| 8203 | 9년 전 | 237 | ||
| 8202 | 9년 전 | 150 | ||
| 8201 | 9년 전 | 186 | ||
| 8200 | 9년 전 | 171 | ||
| 8199 | 9년 전 | 221 | ||
| 8198 | 9년 전 | 181 | ||
| 8197 | 9년 전 | 168 | ||
| 8196 | 9년 전 | 558 | ||
| 8195 | 9년 전 | 166 | ||
| 8194 | 9년 전 | 288 | ||
| 8193 | 9년 전 | 162 | ||
| 8192 | 9년 전 | 202 | ||
| 8191 | 9년 전 | 147 | ||
| 8190 | 9년 전 | 136 | ||
| 8189 | 9년 전 | 197 | ||
| 8188 | 9년 전 | 131 | ||
| 8187 | 9년 전 | 150 | ||
| 8186 | 9년 전 | 150 | ||
| 8185 | 9년 전 | 318 | ||
| 8184 | 9년 전 | 112 | ||
| 8183 | 9년 전 | 331 | ||
| 8182 | 9년 전 | 172 | ||
| 8181 | 9년 전 | 137 | ||
| 8180 | 9년 전 | 700 | ||
| 8179 | 9년 전 | 491 | ||
| 8178 | 9년 전 | 316 | ||
| 8177 |
kiplayer
|
9년 전 | 332 | |
| 8176 | 9년 전 | 356 | ||
| 8175 | 9년 전 | 230 | ||
| 8174 | 9년 전 | 253 | ||
| 8173 | 9년 전 | 348 | ||
| 8172 | 9년 전 | 205 | ||
| 8171 | 9년 전 | 187 | ||
| 8170 | 9년 전 | 299 | ||
| 8169 |
커네드커네드
|
9년 전 | 263 | |
| 8168 | 9년 전 | 325 | ||
| 8167 | 9년 전 | 325 | ||
| 8166 | 9년 전 | 244 | ||
| 8165 | 9년 전 | 175 | ||
| 8164 | 9년 전 | 308 | ||
| 8163 | 9년 전 | 293 | ||
| 8162 | 9년 전 | 308 | ||
| 8161 | 9년 전 | 301 | ||
| 8160 |
|
9년 전 | 499 | |
| 8159 | 9년 전 | 434 | ||
| 8158 | 9년 전 | 259 | ||
| 8157 | 9년 전 | 384 | ||
| 8156 | 9년 전 | 280 | ||
| 8155 | 9년 전 | 259 | ||
| 8154 |
00년생용띠
|
9년 전 | 605 | |
| 8153 | 9년 전 | 236 | ||
| 8152 |
|
9년 전 | 416 | |
| 8151 | 9년 전 | 410 | ||
| 8150 | 9년 전 | 507 | ||
| 8149 |
Jangfolk
|
9년 전 | 353 | |
| 8148 | 9년 전 | 177 | ||
| 8147 | 9년 전 | 379 | ||
| 8146 | 9년 전 | 446 | ||
| 8145 | 9년 전 | 387 | ||
| 8144 | 9년 전 | 355 | ||
| 8143 | 9년 전 | 201 | ||
| 8142 | 9년 전 | 430 | ||
| 8141 | 9년 전 | 385 | ||
| 8140 | 9년 전 | 933 | ||
| 8139 | 9년 전 | 266 | ||
| 8138 |
전갈자리남자
|
9년 전 | 391 | |
| 8137 | 9년 전 | 401 | ||
| 8136 | 9년 전 | 754 | ||
| 8135 |
|
9년 전 | 802 | |
| 8134 |
PlayPixel
|
9년 전 | 521 | |
| 8133 |
|
9년 전 | 443 | |
| 8132 | 9년 전 | 457 | ||
| 8131 | 9년 전 | 818 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기