diff options
| author | user <user@node5.net> | 2024-03-23 23:19:19 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-23 23:19:19 +0100 |
| commit | be144dbee5776ea199415b4271a5cb51b0864463 (patch) | |
| tree | c5c4f37e3073ab8ea15e638d9316677fdb1e074c /src/static/histogram.js | |
| parent | 0a3b0a01f704b519bc44e6ca33ba5b833ff93244 (diff) | |
chart y labeling
Diffstat (limited to 'src/static/histogram.js')
| -rw-r--r-- | src/static/histogram.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/histogram.js b/src/static/histogram.js index c65efd2..6046766 100644 --- a/src/static/histogram.js +++ b/src/static/histogram.js @@ -16,7 +16,7 @@ var myChart = new Chart(ctx, { beginAtZero: true, title: { display: true, - text: 'Page Views' + text: 'SSH login attempts' } }, }, |
