Page 1 of 1

MantisBT 2.1: dependency graphs

Posted: 10 Feb 2017, 13:35
by aavagyan
I did add

$g_relationship_graph_enable = ON;

in config file, but getting broken image icon on both "Relation Graph" and "Dependency Graph". What am I missing?

Thank you,
Avetis

Re: MantisBT 2.1: dependency graphs

Posted: 14 Feb 2017, 21:31
by atrol
Did you install GraphViz on the server?

Re: MantisBT 2.1: dependency graphs

Posted: 15 Feb 2017, 07:43
by aavagyan
No, and now I understand that I should. GraphViz looks unsupported (last release 3 years ago) - that's why I was hesitant to believe it is still needed to run under the 'Modern UI'.

Thank you!

Re: MantisBT 2.1: dependency graphs

Posted: 15 Feb 2017, 07:53
by aavagyan
Worked nicely! On CentOS it was as as easy as

yum install 'graphviz*'.