<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Thermometer</title><link>https://sourceforge.net/p/h5chart/wiki/Thermometer/</link><description>Recent changes to Thermometer</description><atom:link href="https://sourceforge.net/p/h5chart/wiki/Thermometer/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Sep 2011 13:00:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/h5chart/wiki/Thermometer/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Thermometer modified by lenysoft</title><link>https://sourceforge.net/p/h5chart/wiki/Thermometer/</link><description>Thermometer
-----------

Represents data in Thermometer way.
Can customize range min and max. 

~~~~~~
var l=new Thermometer();
	
l.set( {
		left : 			40,
		top  : 			40,
		width: 			90,
		height: 		150,
		min  :			35,
		max  :			45,
		intervals:		10,
		current: 		37,
		animate:		true
		});
	
l.setLabelStyle({
		mask : 			function (val){ return val;} ,
		font : 			'11px Arial',
		color: 			'grey'
	});
	
l.setCurrentStyle({
		mask : 			function (val){ return "current\n"+val;} ,
		font : 			'bold 14px Arial',
		color: 			'grey'
	});
	
l.draw(canvasId);
~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Thu, 29 Sep 2011 13:00:52 -0000</pubDate><guid>https://sourceforge.net52bb97933f9fbcca96e914b67926edb35ccab4a4</guid></item></channel></rss>