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

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

Issue 2569523003: wip (Closed)
Patch Set: wip Created 4 years 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
« no previous file with comments | « dashboard/dashboard/elements/bug-info-span.html ('k') | dashboard/dashboard/elements/chart-tooltip.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/chart-container.html
diff --git a/dashboard/dashboard/elements/chart-container.html b/dashboard/dashboard/elements/chart-container.html
index d7c8773f0956d179b099c39d6ca442d81980cd13..5bfd612516de6f07d1be2aa985f6368ca4d55039 100644
--- a/dashboard/dashboard/elements/chart-container.html
+++ b/dashboard/dashboard/elements/chart-container.html
@@ -565,7 +565,14 @@ triaging functionality in the chart.
revisionInfo: { notify: true },
showCompact: { notify: true },
testSuites: { notify: true },
- xsrfToken: { notify: true }
+ xsrfToken: { notify: true },
+
+ deletedBugId: {
+ type: Number,
+ },
+ deletedBugKey: {
+ type: Number,
+ }
},
observers: [
'indicesToGraphChanged(indicesToGraph.splices)'
@@ -1873,6 +1880,8 @@ triaging functionality in the chart.
* chart-tooltip.
*/
onBugTriaged: function(event) {
+ console.log('onBugTriaged');
+ console.log(event);
var jsonSeriesIndex = event.detail.alerts[0].seriesIndex;
var dataIndex = event.detail.alerts[0].dataIndex;
var bugId = event.detail.bugid;
« no previous file with comments | « dashboard/dashboard/elements/bug-info-span.html ('k') | dashboard/dashboard/elements/chart-tooltip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698