{% extends "base.html" %} {% comment %} Copyright 2010 Google Inc. All Rights Reserved. This template spells out the chart syntax. {% endcomment %} {% block title %}ChromeOS Performance Chart{% endblock %} {% block body_block_header %}{% endblock %} {% block html_block %}
There was a croschart url formatting error.
{% if e.msg %} {{ e.msg }}
{% endif %}
Possible url choices include:

http://{{ tpl_hostname }}/croschart/server/chart?query_parameters/
http://{{ tpl_hostname }}/croschart/server/chartdiff?query_parameters/
http://{{ tpl_hostname }}/croschart/server/chartreport?query_parameters/
http://{{ tpl_hostname }}/croschart/server/releasereport?query_parameters/
http://{{ tpl_hostname }}/croschart/server/testreport?query_parameters/
http://{{ tpl_hostname }}/croschart/server/labtestreport?query_parameters/

Query parameters are expressed as ?parameter1=value1&parameter2=value2.

The required query parameters are: One interval-type (from_build/to_build or interval or from_date/to_date) is required: The following optional parameters are available:
The following may be included for only chart requests:
{% endblock %}