<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Vumeter</title><link>https://sourceforge.net/p/h5chart/wiki/Vumeter/</link><description>Recent changes to Vumeter</description><atom:link href="https://sourceforge.net/p/h5chart/wiki/Vumeter/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Sep 2011 13:14:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/h5chart/wiki/Vumeter/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Vumeter modified by lenysoft</title><link>https://sourceforge.net/p/h5chart/wiki/Vumeter/</link><description>Vumeter
-------

Represents data in vumeter way filling the matrix with current data provided.
Can customize limit ranges colors

~~~~~~

var l=new Vumeter();

l.set( {
		left : 			40,
		top  : 			40,
		width: 			150,
		height: 		150,
		background:		true,
		min  :			0,
		orientation:	'vertical',
		xpoints:		4,
		ypoints:		10,
		current:		[18,12,45,15]
		});
	
l.serie.add({value:10,color:"#00FA00"});
l.serie.add({value:20,color:"#FAFA00"});
l.serie.add({value:50,color:"red"});
	
l.draw(canvasId);

~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Thu, 29 Sep 2011 13:14:52 -0000</pubDate><guid>https://sourceforge.neta77734e7596ec5784117c55ac80b37772c2e96bb</guid></item></channel></rss>