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...