Skip to content

Commit

Permalink
Report live plot window size in chart title
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 13, 2020
1 parent a9a8136 commit 9ad7d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/resources/js/src/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
}

if (_chartManager.getOptions().viewerMode === wave.viewerModeEnum.STRIP) {
subtitle = 'Sliding Window Live Plot';
subtitle = 'Live Plot Last ' + _chartManager.getOptions().liveWindowMinutes + ' Minutes';
}

let subtitleSize = titleSize * 0.75;
Expand Down

0 comments on commit 9ad7d27

Please sign in to comment.