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

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

Issue 2616153002: Create debug dialog for data stoppage alerts. (Closed)
Patch Set: Addressed review comments Created 3 years, 11 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
« no previous file with comments | « dashboard/dashboard/elements/alerts-table.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 e6410d080ad2082fe0766f47fe95daa379928001..4de9b766f9f5ee5d94f08de041e475cf2c78ecaf 100644
--- a/dashboard/dashboard/elements/chart-container.html
+++ b/dashboard/dashboard/elements/chart-container.html
@@ -1991,6 +1991,8 @@ triaging functionality in the chart.
var yValue = pointFromJson[1];
this.$.tooltip.testPath = series.path;
+ this.$.tooltip.isLastPoint =
+ dataIndex === seriesFromJson.data.length - 1;
this.$.tooltip.value = formatNumber(yValue);
if (annotation.error > 0) {
this.$.tooltip.stddev = formatNumber(annotation.error);
« no previous file with comments | « dashboard/dashboard/elements/alerts-table.html ('k') | dashboard/dashboard/elements/chart-tooltip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698