Protochart

Like Our Work? Hire Us!

If you are looking for quality work for your next project get in touch with us. Click here to get in touch.

Bar Chart

new Proto.Chart($('barchart'), 
	[
		{data: d6, label: "Data 1"},
		{data: d6, label: "Data 2"}
	],
	{
		bars: {show: true},
		xaxis: {min: 0, max: 14, tickSize: 1},
		
	});