Flotr: Basic Bar Example

Example

Random bar graph.

Note: Opera 9.2x has problems with the fill area, this should be fixed in version 9.50.

Finished? Go to the example index page or the Flotr Documentation Pages.

The Code

Flotr.draw(
	$('container'),
	[d1, d2],
	{bars: {show:true, barWidth:0.5}}
);