mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
26 lines
1.4 KiB
Text
26 lines
1.4 KiB
Text
&title=<%= t('stats.actions_last_year') %>,{font-size:16},&
|
|
&y_legend=<%= t('stats.actions_last_year_legend.number_of_actions') %>,12,0x736AFF&
|
|
&x_legend=<%= t('stats.actions_last_year_legend.months_ago') %>,12,0x736AFF&
|
|
&y_ticks=5,10,5&
|
|
&filled_bar=50,0x9933CC,0x8010A0,Created,9&
|
|
&filled_bar_2=50,0x0066CC,0x0066CC,Completed,9&
|
|
&line_3=2,0x00FF00, <%= t('stats.labels.avg_created') %>, 9&
|
|
&line_4=2,0xFF0000, <%= t('stats.labels.avg_completed') %>, 9&
|
|
&line_5=2,0x007700, <%= t('stats.labels.month_avg_created', :months => 3) %>, 9&
|
|
&line_6=2,0xAA0000, <%= t('stats.labels.month_avg_completed', :months => 3) %>, 9&
|
|
&line_7=1,0xAA0000&
|
|
&line_8=1,0x007700&
|
|
&values=<%= @actions_created_last_months_array.join(",")%>&
|
|
&values_2=<%= @actions_done_last_months_array.join(",")%>&
|
|
&values_3=<%= @created_count_array.join(",")%>&
|
|
&values_4=<%= @done_count_array.join(",")%>&
|
|
&values_5=<%= @actions_created_avg_last_months_array.join(",")%>&
|
|
&values_6=<%= @actions_done_avg_last_months_array.join(",")%>&
|
|
&values_7=<%= @interpolated_actions_created_this_month%>,<%=@actions_done_avg_last_months_array[1]%>&
|
|
&values_8=<%= @interpolated_actions_done_this_month%>,<%=@actions_created_avg_last_months_array[1]%>&
|
|
&x_labels=<%= array_of_month_and_year_labels(@done_count_array.size).join(",")%>&
|
|
&y_min=0&
|
|
<% # add one to @max for people who have no actions completed yet.
|
|
# OpenFlashChart cannot handle y_max=0 -%>
|
|
&y_max=<%=@max+@max/10+1-%>&
|
|
&x_label_style=9,,2,&
|