레이더차트 그누보드에 구현하는법 문의드려요. 정보
레이더차트 그누보드에 구현하는법 문의드려요.
본문
http://graphpite.sourceforge.net/samples/index.php?sample=12
레이더차트 소스입니다.
그누보드 게시판에 여분필드로 적용해보려고 합니다.
사용법이 간단하다고 하는데 전혀 모르겠어요~ㅠㅠ
/**
* Set the IMAGE_GRAPH_PATH to the direcotory of the Graph.php file
*/
define("IMAGE_GRAPH_PATH", dirname(__FILE__));
/**
* Include file Graph/Include.php
*/
require_once(IMAGE_GRAPH_PATH . "/Graph/Include.php");
/**
* Include file Graph/Element.php
*/
require_once(IMAGE_GRAPH_PATH . "/Graph/Element.php");
이라고 되어있는데
IMAGE_GRAPH_PATH를 어떻게 바꿔줘야 하죠? 도와주세요~ㅠㅠ
레이더차트 소스입니다.
그누보드 게시판에 여분필드로 적용해보려고 합니다.
사용법이 간단하다고 하는데 전혀 모르겠어요~ㅠㅠ
/**
* Set the IMAGE_GRAPH_PATH to the direcotory of the Graph.php file
*/
define("IMAGE_GRAPH_PATH", dirname(__FILE__));
/**
* Include file Graph/Include.php
*/
require_once(IMAGE_GRAPH_PATH . "/Graph/Include.php");
/**
* Include file Graph/Element.php
*/
require_once(IMAGE_GRAPH_PATH . "/Graph/Element.php");
이라고 되어있는데
IMAGE_GRAPH_PATH를 어떻게 바꿔줘야 하죠? 도와주세요~ㅠㅠ
댓글 전체
모듈을 다운받아서 설치한 경로가 '/home/www/Image/Graph" 라고 할때
"/Graph" 폴더가 설치된 경로를 다음처럴 설정하시면 됩니다.
//define("IMAGE_GRAPH_PATH", dirname(__FILE__));
define("IMAGE_GRAPH_PATH", '/home/www/Image');
"/Graph" 폴더가 설치된 경로를 다음처럴 설정하시면 됩니다.
//define("IMAGE_GRAPH_PATH", dirname(__FILE__));
define("IMAGE_GRAPH_PATH", '/home/www/Image');