diff --git a/apps/recorder/app.js b/apps/recorder/app.js index 3548cdb29..fcd8d6031 100644 --- a/apps/recorder/app.js +++ b/apps/recorder/app.js @@ -401,6 +401,8 @@ function plotGraph(info, style) { gridy : grid, gridx : infn.length / 3, title: title, + miny: min, + maxy: max, xlabel : x=>Math.round(x*dur/(60*infn.length))+" min" // minutes }); g.setFont("6x8",2);