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

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

Issue 2959503002: Enable Polymer.Settings.useNativeShadow on the dashboard. (Closed)
Patch Set: Created 3 years, 6 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 091b788c38bf69fa3a37fa3c9c81965711818a4b..912ec08fb0f291f13203350138cdd1b1acce625d 100644
--- a/dashboard/dashboard/elements/chart-container.html
+++ b/dashboard/dashboard/elements/chart-container.html
@@ -1511,8 +1511,7 @@ triaging functionality in the chart.
maxTickLabelWidth = Math.max(maxTickLabelWidth, valueWidth);
}
- const axisLabelWidth =
- this.querySelector('#chart-yaxis-label').offsetHeight;
+ const axisLabelWidth = this.$['chart-yaxis-label'].offsetHeight;
const padding = 5;
« no previous file with comments | « dashboard/dashboard/elements/autocomplete-box.html ('k') | dashboard/dashboard/elements/chart-legend-tooltip-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698