aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/graph_bugs.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_bugs.html
parent0c378259b1aa20c6bed6c2efd19198c0303bd18b (diff)
dashboard/app: add bugs found per month graph
Useful to estimate overall syzbot performance.
Diffstat (limited to 'dashboard/app/graph_bugs.html')
-rw-r--r--dashboard/app/graph_bugs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/graph_bugs.html b/dashboard/app/graph_bugs.html
index 55ce0dbab..03342614d 100644
--- a/dashboard/app/graph_bugs.html
+++ b/dashboard/app/graph_bugs.html
@@ -18,7 +18,7 @@ Bugs statistics graph.
function drawCharts() {
new google.visualization.LineChart(document.getElementById('graph_div')).
draw(google.visualization.arrayToDataTable([
- ["-", {{range $.Graph.Headers}}"{{.}}", {{end}}],
+ ["-", {{range $.Graph.Headers}}"{{.Name}}", {{end}}],
{{range $.Graph.Columns}}["{{.Hint}}", {{range .Vals}}{{.Val}},{{end}}],{{end}}
]), {
width: "100%",