Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1262)

Unified Diff: dashboard/dashboard/elements/chart-container.html

Issue 2767263002: . Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dashboard/dashboard/elements/chart-container.html
diff --git a/dashboard/dashboard/elements/chart-container.html b/dashboard/dashboard/elements/chart-container.html
index dd60fbbda89d8a29269a1cd4d0bc40ab360b5d5d..70bd128338131ec481d46d3a7ec209000b6a043e 100644
--- a/dashboard/dashboard/elements/chart-container.html
+++ b/dashboard/dashboard/elements/chart-container.html
@@ -1683,9 +1683,9 @@ triaging functionality in the chart.
this.$['alert-icon-container']).appendChild(alertIcon);
alertIcon.setPosition(top, left);
- alertIcon.onmouseover = this.onAlertMouseOver.bind(
+ alertIcon.$.icon.onmouseover = this.onAlertMouseOver.bind(
this, flotIndex, dataIndex);
- alertIcon.onclick = this.onAlertClick.bind(
+ alertIcon.$.icon.onclick = this.onAlertClick.bind(
this, flotIndex, dataIndex);
}
}
« no previous file with comments | « dashboard/dashboard/elements/alert-icon.html ('k') | dashboard/dashboard/elements/chart-container-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698