Jpgraph is a package that is used to render graphs. It is used by Mantis to provide the users with graphs that capture the state of the bugs database. Following are the configuration options that are related to configuring it:
Enable the use of jpgraph. Default is OFF.
Path to jpgraph base directory. Don't forget to add the trailing '/'.
To use the Jpgraph addon you need the JpGraph package. You can place the package whereever you want, but you have to set the var in jpgraph.php�eg. DEFINE("DIR_BASE","/www/mantisbt/jpgraph/");� |