<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Digital Meter</title><link>https://sourceforge.net/p/h5chart/wiki/Digital%2520Meter/</link><description>Recent changes to Digital Meter</description><atom:link href="https://sourceforge.net/p/h5chart/wiki/Digital%20Meter/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Sep 2011 12:56:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/h5chart/wiki/Digital%20Meter/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Digital Meter modified by lenysoft</title><link>https://sourceforge.net/p/h5chart/wiki/Digital%2520Meter/</link><description>Digital Meter
-------------

Numeric Digital Panel.
Can customize every range color, animation (blink or not) animation counter , digits and decimal count.
When current numeric data is into the range, the panel use the range definition and displays the data.


~~~~~~
var l=new DigitalMeter();
	
l.set( {
		left : 			40,
		top  : 			40,
		width: 			150,
		height: 		50,
		digits: 		4,
		decimals: 		1,
		current:		-20.6,
		signed:			true,
		background:		true,
		animate:		true,
		animateCounter:	20
		
});
	
l.serie.add({value:10,color:"#FA0000",blink : true});
l.serie.add({value:20,color:"#F0F000",blink : true});
l.serie.add({value:30,color:"#00FA00"});
	
l.draw(canvasId);
~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Thu, 29 Sep 2011 12:56:08 -0000</pubDate><guid>https://sourceforge.net98ba5198afb84c16af4016ed2011575619fb3f83</guid></item></channel></rss>