* Creates a view to configure the trend graph defaults.
*
* @return a view to configure the trend graph defaults
*/
protected GraphConfigurationView createDefaultConfiguration() {
return new DefaultGraphConfigurationView(createConfiguration(), getProject(),
getUrlName(), createBuildHistory());
}