<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to References</title><link>https://sourceforge.net/p/h5chart/wiki/References/</link><description>Recent changes to References</description><atom:link href="https://sourceforge.net/p/h5chart/wiki/References/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Sep 2011 13:08:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/h5chart/wiki/References/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage References modified by lenysoft</title><link>https://sourceforge.net/p/h5chart/wiki/References/</link><description>References
----------

Displays information in graph references format.
The text can be displayed in rows or flow in natural way.
Can customize the width (automatic height), flow (rows or natural), background, backcolor, border 
color and text color, font family and size.

~~~~~~
var r=new References();
var pal=getPalette();
r.addReference({color:pal[0],label:'Shirts (10)'});
r.addReference({color:pal[1],label:'Sweaters (20)'});
r.addReference({color:pal[2],label:'T-shirts (30)'});
r.addReference({color:pal[3],label:'Shoes (40)'});
	
r.set( {
		left: 0,
		top: 180,
		width: 200	,
		order: 'natural',
		background: true,
		backgroundColor:'#FFFAC9',
		borderColor: 'grey',
		shadow: true
	});
	
r.setLabelStyle({
		font : 			' 10px Arial ',
		color: 			'black'
	});
	
r.draw(canvasId);
~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Thu, 29 Sep 2011 13:08:48 -0000</pubDate><guid>https://sourceforge.net24aa779e35b6819dbeb4a0dcecc948f07ff33ded</guid></item></channel></rss>