From 3f261b437421462d4acfc96341063c8ef60ffd38 Mon Sep 17 00:00:00 2001 From: sadnub Date: Sun, 10 Jan 2021 15:14:02 -0500 Subject: [PATCH] allow returning all check data --- src/components/graphs/CheckGraph.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/graphs/CheckGraph.vue b/src/components/graphs/CheckGraph.vue index 684ae67..59d2d50 100644 --- a/src/components/graphs/CheckGraph.vue +++ b/src/components/graphs/CheckGraph.vue @@ -54,6 +54,7 @@ export default { { value: 1, label: "Last 24 Hours" }, { value: 7, label: "Last 7 Days" }, { value: 30, label: "Last 30 Days" }, + { value: 0, label: "Everything" }, ], chartOptions: { tooltip: {