Protochart

Point Chart

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