php에 GD용 심플챠트 라이브러리
출처 : 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>
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 5306 | JavaScript |
niceguys
|
2년 전 | 1224 | |
| 5305 | JavaScript |
niceguys
|
2년 전 | 1120 | |
| 5304 | PHP |
niceguys
|
2년 전 | 747 | |
| 5303 | JavaScript |
|
2년 전 | 1314 | |
| 5302 | PHP |
|
2년 전 | 809 | |
| 5301 | JavaScript |
techstar
|
2년 전 | 620 | |
| 5300 | PHP |
techstar
|
2년 전 | 675 | |
| 5299 | jQuery | 2년 전 | 702 | ||
| 5298 | JavaScript | 2년 전 | 636 | ||
| 5297 | 기타 |
시우시우9082
|
2년 전 | 1113 | |
| 5296 | 기타 |
|
2년 전 | 802 | |
| 5295 | PHP | 2년 전 | 1139 | ||
| 5294 | JavaScript |
swallow
|
2년 전 | 1905 | |
| 5293 | JavaScript |
swallow
|
2년 전 | 820 | |
| 5292 | JavaScript |
swallow
|
2년 전 | 1009 | |
| 5291 | JavaScript |
swallow
|
2년 전 | 697 | |
| 5290 | PHP |
swallow
|
2년 전 | 800 | |
| 5289 | PHP |
swallow
|
2년 전 | 820 | |
| 5288 | JavaScript |
swallow
|
2년 전 | 834 | |
| 5287 |
swallow
|
2년 전 | 1374 | ||
| 5286 | 2년 전 | 1583 | |||
| 5285 | 2년 전 | 1308 | |||
| 5284 | 2년 전 | 1724 | |||
| 5283 | 2년 전 | 1750 | |||
| 5282 | 2년 전 | 1441 | |||
| 5281 |
|
2년 전 | 1741 | ||
| 5280 | 2년 전 | 1174 | |||
| 5279 | 2년 전 | 1811 | |||
| 5278 | JavaScript | 2년 전 | 1614 | ||
| 5277 | 2년 전 | 1409 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기