In monitor fermenters screen made the gauges a bit faster.

Thu, 30 May 2019 23:11:59 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 30 May 2019 23:11:59 +0200
changeset 385
95276520a11c
parent 384
442d23455ae4
child 386
031842114e9d

In monitor fermenters screen made the gauges a bit faster.

www/js/mon_fermenter.js file | annotate | diff | comparison | revisions
--- 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 );

mercurial