| 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);
|
| }
|
| }
|
|
|