diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/postrunner/ChartView.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/postrunner/ChartView.rb b/lib/postrunner/ChartView.rb index e73d978..04f0340 100644 --- a/lib/postrunner/ChartView.rb +++ b/lib/postrunner/ChartView.rb @@ -74,6 +74,14 @@ module PostRunner :show => false }, { + :id => 'respiration_rate', + :label => 'Respiration Rate', + :unit => 'brpm', + :graph => :line_graph, + :colors => '#9cd6ef', + :show => true + }, + { :id => 'performance_condition', :label => 'Performance Condition', :graph => :line_graph, |