From b5e620684b6e8e5633009c819d0f5802a12dbc86 Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Mon, 2 Dec 2019 19:22:36 +0100 Subject: [PATCH] this is apparently needed --- pwnagotchi/plugins/default/session-stats.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pwnagotchi/plugins/default/session-stats.py b/pwnagotchi/plugins/default/session-stats.py index 580cc07..96a9d50 100644 --- a/pwnagotchi/plugins/default/session-stats.py +++ b/pwnagotchi/plugins/default/session-stats.py @@ -65,6 +65,16 @@ TEMPLATE = """ }, rowSpacing: '0px' }, + axes:{ + xaxis:{ + renderer:$.jqplot.DateAxisRenderer, + tickOptions:{formatString:'%H:%M:%S'} + }, + yaxis:{ + min: 0, + tickOptions:{formatString:'%.2f'} + } + }, highlighter: { show: true, sizeAdjust: 7.5