fix small regressions

This commit is contained in:
Reinier Balt 2012-01-20 23:50:27 +01:00
parent 7af2211479
commit bc7bf459db
5 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<%-
time_labels = Array.new(@count){ |i| "#{i}-#{i+1}" }
time_labels[0] = "within 1"
time_labels[@count] = "#{@count}"
time_labels[@count] = "> #{@count}"
-%>
&title=<%= t('stats.action_completion_time_title') %>,{font-size:16},&
&y_legend=<%= t('stats.legend.actions') %>,10,0x8010A0&
@ -23,4 +23,4 @@ time_labels[@count] = "#{@count}"
&y2_lines=2&
&y2_min=0&
&y2_max=100&
&x_label_style=9,,2,1&
&x_label_style=9,,2,1&