This is an example of a graph "index" page. Click on the graph for an expanded summary of the data...

<& chef, ipass => $conf_ref, definition => 0 &>


And when you click on this graph, you get a thumbnailed breakdown (if you have ImageMagick & Perl libs installed correctly).

<& chef, ipass => $conf_ref, definition => 0 &>

<%init> my $conf_file; if ($dfile ne "definitions") { $conf_file = $dfile; } else { $conf_file = "definitions"; } my $conf_ref = mc_comp("$conf_file"); <%args> $dfile => "definitions"