How do i create a graph? Where do i setup a graph in Mantis?
Using Mantis 1.0.7 and JpGraph 1.21b, checked testsuite.php from jpgraph folder - it is working.
I tried to find some info about this but found only the info for mantis jpgraph configuration, i used:
Code: Select all
$g_use_jpgraph = ON;
$g_jpgraph_path = '.' . DIRECTORY_SEPARATOR . 'jpgraph' . DIRECTORY_SEPARATOR . 'jpgraph-1.21b' . DIRECTORY_SEPARATOR .'src' . DIRECTORY_SEPARATOR; Can somebody please help.