# HG changeset patch # User Michiel Broek # Date 1559250719 -7200 # Node ID 95276520a11c955765418d6f161605cb783e52e5 # Parent 442d23455ae4840a2c396d1e4dfbb7ac5d5306b5 In monitor fermenters screen made the gauges a bit faster. diff -r 442d23455ae4 -r 95276520a11c www/js/mon_fermenter.js --- a/www/js/mon_fermenter.js Thu May 30 23:00:20 2019 +0200 +++ b/www/js/mon_fermenter.js Thu May 30 23:11:59 2019 +0200 @@ -169,7 +169,7 @@ value: 0, colorScheme: 'scheme05', easing: 'easeOutBack', - animationDuration: 1200 + animationDuration: 600 }; var gaugeSmalloptions = { min: -15, max: 25, width: 190, height: 190, @@ -183,7 +183,7 @@ value: 0, colorScheme: 'scheme05', easing: 'easeOutBack', - animationDuration: 1200, + animationDuration: 400, caption: { value: 'Chiller', position: 'bottom', offset: [0, 10] } }; $("#gaugeContainer_air").jqxGauge( gaugeoptions );