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