* @param request
* Stapler request
* @return a view to configure the trend graph for the current user
*/
protected GraphConfigurationView createUserConfiguration(final StaplerRequest request) {
return new UserGraphConfigurationView(createConfiguration(), getProject(),
getUrlName(), request.getCookies(), createBuildHistory());
}