diff options
-rw-r--r-- | lib/postrunner/ChartView.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/postrunner/ChartView.rb b/lib/postrunner/ChartView.rb index 44df2fe..191f9f0 100644 --- a/lib/postrunner/ChartView.rb +++ b/lib/postrunner/ChartView.rb @@ -76,6 +76,13 @@ module PostRunner :show => false }, { + :id => 'performance_condition', + :label => 'Performance Condition', + :graph => :line_graph, + :colors => '#7CB7E7', + :show => true + }, + { :id => 'run_cadence', :label => 'Run Cadence', :unit => 'spm', |