Back to the Bronc main page...

These images are generated on-the-fly, as you request them.
Reload this page in a minute or two and notice how the graphs
are changing.

Hourly View
% # Here's where you define the scaling, if you want % # your graphs shrunken down into little thumbnails. % # The graph will be scaled as close as posible to your % # specifications. % $conf_ref->[$definition]{'options'}{'resize_width'} = "150"; % $conf_ref->[$definition]{'options'}{'resize_height'} = "80"; % $conf_ref->[$definition]{'options'}{'start'} = "-5200"; <& chef, ipass => $conf_ref, definition => $definition &>

Daily View
% $conf_ref->[$definition]{'options'}{'start'} = "-86400"; <& chef, ipass => $conf_ref, definition => $definition &>

Weekly View
% $conf_ref->[$definition]{'options'}{'start'} = "-592200"; <& chef, ipass => $conf_ref, definition => $definition &>

Monthly View
% $conf_ref->[$definition]{'options'}{'start'} = "-2368800"; <& chef, ipass => $conf_ref, definition => $definition &>

Yearly View
% $conf_ref->[$definition]{'options'}{'start'} = "-28425600"; <& chef, ipass => $conf_ref, definition => $definition &>


Back to the Bronc main page...
<%init> if ($dfile =~ /^([-\@\w.]+)$/) { $dfile = $1; } else { mc_out "TAINTING ATTEMPED INTERCEPTED AND LOGGED.
\n"; mc_out "THANK YOU, DRIVE THROUGH.\n"; mc_abort; } my $conf_file; if ( $dfile ne "definitions" ) { $conf_file = $dfile; } else { $conf_file = "definitions"; } my $conf_ref = mc_comp("$conf_file"); <%args> $dfile => "definitions" $definition => "0"