[% META title = 'Resources » Chart » Requests by day of week' %]
<!-- BEGIN [% template.name %] -->
<h3>Requests by day of week:</h3>
[%
PROCESS site/date_constraints.tt
func_name = 'get_chart'
target_url = app_url _ '/chart/process/requests_by_day_of_week/cylinder_bar_shape';
INCLUDE chart/image.tt;
%]
<!-- END [% template.name %] -->