aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/graph_fuzzing.html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-27 16:55:58 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-31 10:18:05 +0000
commit4a71ac623f5560d8fc83f0840f7dded5775976ac (patch)
tree58efe436722445c3dbb69e44bf79970a25e02db8 /dashboard/app/graph_fuzzing.html
parent0c378259b1aa20c6bed6c2efd19198c0303bd18b (diff)
dashboard/app: add bugs found per month graph
Useful to estimate overall syzbot performance.
Diffstat (limited to 'dashboard/app/graph_fuzzing.html')
-rw-r--r--dashboard/app/graph_fuzzing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/graph_fuzzing.html b/dashboard/app/graph_fuzzing.html
index 5ed07ba63..d7a22e6a6 100644
--- a/dashboard/app/graph_fuzzing.html
+++ b/dashboard/app/graph_fuzzing.html
@@ -19,7 +19,7 @@ Manager statistics graphs.
var data = new google.visualization.DataTable();
data.addColumn({type: 'string'});
{{range $.Graph.Headers}}
- data.addColumn({type: 'number', label: '{{.}}'});
+ data.addColumn({type: 'number', label: '{{.Name}}'});
data.addColumn({type: 'string', role: 'tooltip'});
{{- end}}
data.addRows([ {{range $.Graph.Columns}}