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