summaryrefslogtreecommitdiff
path: root/web-app/static/chart.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-app/static/chart.js')
-rw-r--r--web-app/static/chart.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-app/static/chart.js b/web-app/static/chart.js
index d5af9ed..a98be75 100644
--- a/web-app/static/chart.js
+++ b/web-app/static/chart.js
@@ -49,8 +49,8 @@ function create_chart(div_name, branch, device, distro, version, max_results, f)
var annotation_text;
// check for matching job in global annotations data
- if(e.dataPoint.label in test_annotations_data) {
- annotation_text = "<br/><hr/>" + test_annotations_data[e.dataPoint.label];
+ if(e.entries[0].dataPoint.label in test_annotations_data) {
+ annotation_text = "<br/><hr/>" + test_annotations_data[e.entries[0].dataPoint.label];
}
var content;