aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-08-14 14:39:12 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-08-14 12:51:44 +0000
commit5d8c2ac2627b33cf6ef92f3618f3350e28ae5118 (patch)
tree3e3d3901bd7d5411ed9a35422347408e506a4d56 /syz-cluster
parentdcc075fb5dfde991fc068b0cfbe08910e5980246 (diff)
syz-cluster/dashboard: don't smooth stats graphs
They look more natural without it.
Diffstat (limited to 'syz-cluster')
-rw-r--r--syz-cluster/dashboard/templates/graphs.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/syz-cluster/dashboard/templates/graphs.html b/syz-cluster/dashboard/templates/graphs.html
index 7c0e56258..747776916 100644
--- a/syz-cluster/dashboard/templates/graphs.html
+++ b/syz-cluster/dashboard/templates/graphs.html
@@ -77,7 +77,6 @@
hAxis: { title: 'Date', format: 'MMM dd, yyyy', gridlines: { color: 'transparent' } },
vAxis: { title: 'Count', minValue: 0 },
colors: [chartColor],
- curveType: 'function',
explorer: {
actions: ['dragToZoom', 'rightClickToReset'],
axis: 'horizontal',