perf: fix infuriating mouseover flicker in dashboard graphs

Change-Id: I9f5a6321a9481c4286a9e9a28bb8839f785d6d34
Reviewed-on: https://go-review.googlesource.com/c/build/+/412381
Reviewed-by: Michael Pratt <mpratt@google.com>
diff --git a/third_party/bandchart/bandchart.js b/third_party/bandchart/bandchart.js
index f9b0f2f..b865e1c 100644
--- a/third_party/bandchart/bandchart.js
+++ b/third_party/bandchart/bandchart.js
@@ -269,6 +269,7 @@
 							.attr("stroke-width", 1)
 							.attr("stroke-dasharray", 2)
 							.attr("opacity", 0.5)
+							.attr("pointer-events", "none")
 						)
 						.call(g => g.append('text')
 							.attr("x", (() => {