출처 : 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 730 |
|
19년 전 | 2713 | |
| 729 |
그레이스웹
|
19년 전 | 3506 | |
| 728 |
|
19년 전 | 2674 | |
| 727 |
|
19년 전 | 2517 | |
| 726 |
|
19년 전 | 2333 | |
| 725 |
|
19년 전 | 2235 | |
| 724 |
|
19년 전 | 2129 | |
| 723 |
|
19년 전 | 4251 | |
| 722 |
|
19년 전 | 2666 | |
| 721 |
|
19년 전 | 2155 | |
| 720 |
|
19년 전 | 2256 | |
| 719 |
|
19년 전 | 2842 | |
| 718 |
|
19년 전 | 1956 | |
| 717 |
|
19년 전 | 3188 | |
| 716 |
|
19년 전 | 2747 | |
| 715 |
|
19년 전 | 2259 | |
| 714 |
|
19년 전 | 1808 | |
| 713 |
|
19년 전 | 2234 | |
| 712 |
|
19년 전 | 2004 | |
| 711 |
|
19년 전 | 1894 | |
| 710 |
|
19년 전 | 2459 | |
| 709 |
|
19년 전 | 2315 | |
| 708 |
|
19년 전 | 3879 | |
| 707 |
|
19년 전 | 3729 | |
| 706 |
|
19년 전 | 2232 | |
| 705 |
|
19년 전 | 3272 | |
| 704 |
|
19년 전 | 1948 | |
| 703 |
|
19년 전 | 2381 | |
| 702 |
|
19년 전 | 2271 | |
| 701 |
홀로남은자
|
19년 전 | 2338 | |
| 700 |
홀로남은자
|
19년 전 | 2173 | |
| 699 | 19년 전 | 2810 | ||
| 698 |
|
19년 전 | 2820 | |
| 697 |
|
19년 전 | 3164 | |
| 696 |
|
19년 전 | 3036 | |
| 695 |
|
19년 전 | 2702 | |
| 694 |
|
19년 전 | 2923 | |
| 693 |
|
19년 전 | 3175 | |
| 692 |
|
19년 전 | 2876 | |
| 691 |
|
19년 전 | 2615 | |
| 690 | 19년 전 | 2916 | ||
| 689 | 19년 전 | 4500 | ||
| 688 | 19년 전 | 2424 | ||
| 687 | 19년 전 | 2444 | ||
| 686 | 19년 전 | 3474 | ||
| 685 | 19년 전 | 3151 | ||
| 684 | 19년 전 | 2800 | ||
| 683 | 19년 전 | 2049 | ||
| 682 | 19년 전 | 1773 | ||
| 681 | 19년 전 | 2875 | ||
| 680 | 19년 전 | 1715 | ||
| 679 | 19년 전 | 2306 | ||
| 678 | 19년 전 | 3952 | ||
| 677 | 19년 전 | 3722 | ||
| 676 | 19년 전 | 3447 | ||
| 675 | 19년 전 | 3404 | ||
| 674 |
|
19년 전 | 1563 | |
| 673 |
|
19년 전 | 1936 | |
| 672 |
|
19년 전 | 1853 | |
| 671 | 19년 전 | 2520 | ||
| 670 | 19년 전 | 4616 | ||
| 669 |
|
19년 전 | 2756 | |
| 668 |
|
19년 전 | 1916 | |
| 667 |
|
19년 전 | 1927 | |
| 666 |
|
19년 전 | 1818 | |
| 665 |
|
19년 전 | 2553 | |
| 664 |
|
19년 전 | 8172 | |
| 663 |
|
19년 전 | 2722 | |
| 662 |
|
19년 전 | 2787 | |
| 661 |
|
19년 전 | 3040 | |
| 660 |
|
19년 전 | 2190 | |
| 659 |
|
19년 전 | 2205 | |
| 658 |
|
19년 전 | 2170 | |
| 657 |
|
19년 전 | 2064 | |
| 656 |
|
19년 전 | 2252 | |
| 655 |
|
19년 전 | 2510 | |
| 654 |
|
19년 전 | 3072 | |
| 653 | 19년 전 | 2327 | ||
| 652 | 19년 전 | 1906 | ||
| 651 |
|
19년 전 | 2827 | |
| 650 | 19년 전 | 4994 | ||
| 649 | 19년 전 | 3492 | ||
| 648 | 19년 전 | 3451 | ||
| 647 | 19년 전 | 2966 | ||
| 646 | 19년 전 | 2389 | ||
| 645 | 19년 전 | 1486 | ||
| 644 | 19년 전 | 3133 | ||
| 643 | 19년 전 | 2010 | ||
| 642 |
|
19년 전 | 5371 | |
| 641 | 19년 전 | 2429 | ||
| 640 | 19년 전 | 3427 | ||
| 639 | 19년 전 | 2851 | ||
| 638 | 19년 전 | 1758 | ||
| 637 | 19년 전 | 3875 | ||
| 636 | 19년 전 | 2412 | ||
| 635 | 19년 전 | 2303 | ||
| 634 |
|
19년 전 | 3022 | |
| 633 |
|
19년 전 | 3294 | |
| 632 | 19년 전 | 2495 | ||
| 631 | 19년 전 | 2256 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기