www/js/mon_fermenter.js

changeset 325
9a8c650972ca
parent 299
047ead629d4a
child 334
26c6f8e5d58e
equal deleted inserted replaced
324:d49da6d0b451 325:9a8c650972ca
166 ticksMajor: { interval: 5, size: '9%' }, 166 ticksMajor: { interval: 5, size: '9%' },
167 labels: { interval: 5 }, 167 labels: { interval: 5 },
168 style: { fill: '#eeeeee', stroke: '#666666' }, 168 style: { fill: '#eeeeee', stroke: '#666666' },
169 value: 0, 169 value: 0,
170 colorScheme: 'scheme05', 170 colorScheme: 'scheme05',
171 easing: 'easeOutBack',
171 animationDuration: 1200 172 animationDuration: 1200
172 }; 173 };
173 var gaugeSmalloptions = { 174 var gaugeSmalloptions = {
174 min: -15, max: 25, width: 190, height: 190, 175 min: -15, max: 25, width: 190, height: 190,
175 ranges: [{ startValue: -15, endValue: 0, startWidth: 5, endWidth: 5, style: { fill: '#3399FF', stroke: '#3399FF' }}, 176 ranges: [{ startValue: -15, endValue: 0, startWidth: 5, endWidth: 5, style: { fill: '#3399FF', stroke: '#3399FF' }},
179 ticksMajor: { interval: 5, size: '9%' }, 180 ticksMajor: { interval: 5, size: '9%' },
180 labels: { interval: 5 }, 181 labels: { interval: 5 },
181 style: { fill: '#eeeeee', stroke: '#666666' }, 182 style: { fill: '#eeeeee', stroke: '#666666' },
182 value: 0, 183 value: 0,
183 colorScheme: 'scheme05', 184 colorScheme: 'scheme05',
185 easing: 'easeOutBack',
184 animationDuration: 1200, 186 animationDuration: 1200,
185 caption: { value: 'Chiller', position: 'bottom', offset: [0, 10] } 187 caption: { value: 'Chiller', position: 'bottom', offset: [0, 10] }
186 }; 188 };
187 $("#gaugeContainer_air").jqxGauge( gaugeoptions ); 189 $("#gaugeContainer_air").jqxGauge( gaugeoptions );
188 $("#gaugeContainer_air").jqxGauge( { caption: { value: 'Air: 00.000' }} ); 190 $("#gaugeContainer_air").jqxGauge( { caption: { value: 'Air: 00.000' }} );

mercurial