Skip to content

Commit 31fb076

Browse files
Labels should exist for every graph
1 parent 809971d commit 31fb076

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/static/index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,9 @@
148148
type: "datetime",
149149
},
150150
yAxis: absolute ? {
151-
title: crate_name.includes("-opt") ? { text: "" } : {
151+
title: (crate_name.includes("-opt") || crate_name.includes("-check")) ? { text: "" } : {
152152
text: crate_name.startsWith("Summary") ? summaryYAxis : yAxis,
153153
},
154-
labels: crate_name.includes("-opt") ? {
155-
enabled: false,
156-
} : {},
157154
min: 0,
158155
ceiling: max * 1.05,
159156
floor: 0,

0 commit comments

Comments
 (0)