php에 GD용 심플챠트 라이브러리

· 2006-07-20 (목) 09:36:00 · 3702
출처 : 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>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
10-09-25 조회 2,702
10-09-19 조회 2,737
10-09-15 조회 2,740
10-09-15 조회 4,144
10-09-15 조회 3,363
10-09-15 조회 2,473
10-09-07 조회 3,585
10-08-27 조회 4,042
10-06-11 조회 4,200
10-05-31 조회 2,446
10-02-27 조회 4,984
10-02-09 조회 3,731
09-10-10 조회 7,324
09-03-19 조회 3,161
09-02-09 조회 3,440
09-02-09 조회 4,514
08-11-01 조회 2,894
08-09-29 조회 4,543
08-09-26 조회 3,505
08-09-26 조회 3,584
08-09-26 조회 2,717
08-09-26 조회 3,760
08-09-26 조회 3,481
08-09-26 조회 4,246
08-09-18 조회 3,556
08-09-09 조회 3,212
08-08-28 조회 2,751
08-07-06 조회 3,523
08-05-21 조회 4,681
08-05-13 조회 4,521
08-04-17 조회 4,896
08-02-19 조회 3,522
08-01-18 조회 3,830
08-01-10 조회 3,795
07-10-22 조회 3,624
07-10-09 조회 4,251
07-10-03 조회 3,491
07-07-06 조회 4,202
07-07-06 조회 4,413
07-07-06 조회 4,027
07-06-28 조회 3,549
07-06-05 조회 3,552
07-06-05 조회 4,098
07-05-30 조회 3,266
07-05-02 조회 3,675
07-04-15 조회 5,071
07-04-11 조회 3,618
07-04-05 조회 3,907
07-03-31 조회 3,141
07-03-31 조회 4,115
07-03-30 조회 3,720
07-03-24 조회 3,994
07-03-22 조회 3,646
07-03-12 조회 4,397
07-02-16 조회 3,254
07-02-14 조회 5,154
07-02-10 조회 3,979
07-02-09 조회 4,365
07-01-19 조회 4,029
07-01-16 조회 4,947
06-12-16 조회 5,820
06-11-30 조회 3,576
06-11-25 조회 3,677
06-10-15 조회 5,049
06-09-26 조회 5,293
06-09-26 조회 5,412
06-09-22 조회 4,246
06-09-21 조회 3,528
06-09-21 조회 3,615
06-09-02 조회 3,467
06-08-08 조회 5,103
06-07-20 조회 3,703
06-07-17 조회 3,333
06-07-13 조회 4,151
06-07-11 조회 3,445
06-07-11 조회 3,438
06-07-11 조회 3,814
06-06-29 조회 6,030
06-06-19 조회 6,437
06-06-02 조회 3,488
06-05-24 조회 4,979
06-05-14 조회 7,755
06-05-08 조회 3,867
06-02-02 조회 5,440
05-12-16 조회 4,487
05-12-05 조회 5,140
05-06-28 조회 4,087
05-04-11 조회 4,042
05-04-11 조회 4,234
05-04-11 조회 3,300
05-03-13 조회 3,205
05-03-12 조회 4,286
04-12-08 조회 7,764
04-12-01 조회 5,163
04-11-28 조회 3,323
04-11-28 조회 3,165
04-08-05 조회 5,590
04-08-05 조회 4,936
04-08-05 조회 5,534