mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-14 11:24:22 +01:00
Correct typo in variable name
This commit is contained in:
parent
1d932ccfe5
commit
ce9db80743
5 changed files with 14 additions and 14 deletions
|
|
@ -11,7 +11,7 @@ time_labels[@count] = "> #{@count}"
|
|||
&filled_bar=50,0x9933CC,0x8010A0&
|
||||
&values=<%= @actions_completion_time_array.join(",")%>&
|
||||
&line_2=2,0xFF0000&
|
||||
&values_2=<%= @cumm_percent_done.join(",")%>&
|
||||
&values_2=<%= @cum_percent_done.join(",")%>&
|
||||
&x_labels=<%= time_labels.join(",")%>&
|
||||
&y_min=0&
|
||||
<%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue