Commit 2c056ca7 authored by Jérome Perrin's avatar Jérome Perrin

fix Exit stat widget with line attainment event generator

parent 3b9885a6
......@@ -156,7 +156,7 @@
$.each(el.results, function(metric, value){
if (metric == 'intervalThroughputList') {
var attainment_list = [],
general = that.getData().general,
general = input_data.general,
throughputTarget = parseFloat(general.throughputTarget);
text += "<tr><td>Daily Attainment</td><td>"
$.each(value, function(i, intervalValue) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment