Inorder to make Call graph working you need to install graphviz graphviz-devel graphviz-gd and enable it in the config.php.
$_xhprof['dot_binary'] = '/usr/bin/dot';
$_xhprof['dot_tempdir'] = '/tmp';
$_xhprof['dot_errfile'] = '/tmp/xh_dot.err';
Please add graphviz to the requirements.
Thanks
Ayman