diff options
-rw-r--r-- | lib/postrunner/ChartView.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/ChartView.rb b/lib/postrunner/ChartView.rb index 2b13e28..3e7729b 100644 --- a/lib/postrunner/ChartView.rb +++ b/lib/postrunner/ChartView.rb @@ -46,7 +46,7 @@ module PostRunner :unit => select_unit('m'), :graph => :line_graph, :colors => '#5AAA44', - :show => true + :show => @activity.sub_sport != 'treadmill' }, { :id => 'heart_rate', |