mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
pardon my english again :-) From reopened #662. Thanks pmwilson
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@737 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
0ac3c6649d
commit
b9de049846
3 changed files with 4 additions and 4 deletions
|
@ -293,7 +293,7 @@ class StatsController < ApplicationController
|
|||
end
|
||||
|
||||
def context_running_actions_data
|
||||
# get incompleted action count per visible context
|
||||
# get incomplete action count per visible context
|
||||
#
|
||||
# Went from GROUP BY c.id to c.name for compatibility with postgresql. Since
|
||||
# the name is forced to be unique, this should work.
|
||||
|
@ -632,7 +632,7 @@ class StatsController < ApplicationController
|
|||
"LIMIT 5"
|
||||
)
|
||||
|
||||
# get incompleted action count per visible context for TOP 5
|
||||
# get incomplete action count per visible context for TOP 5
|
||||
#
|
||||
# Went from GROUP BY c.id to c.id, c.name for compatibility with postgresql.
|
||||
# Since the name is forced to be unique, this should work.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
&title=Current running time of all incompleted actions,{font-size:16},&
|
||||
&title=Current running time of all incomplete actions,{font-size:16},&
|
||||
&y_legend=Actions,10,0x736AFF&
|
||||
&y2_legend=Percentage,10,0xFF0000&
|
||||
&x_legend=Running time of an action (weeks). Click on a bar for more info,11,0x736AFF&
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
&title=Current running time of incompleted visible actions,{font-size:16},&
|
||||
&title=Current running time of incomplete visible actions,{font-size:16},&
|
||||
&y_legend=Actions,10,0x736AFF&
|
||||
&y2_legend=Percentage,10,0xFF0000&
|
||||
&x_legend=Running time of an action (weeks). Click on a bar for more info,11,0x736AFF&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue