<script type="text/javascript">
	google.charts.load('current', {packages: ['corechart', 'line']});
	google.charts.setOnLoadCallback(drawChart_indexes_1);
	function drawChart_indexes_1() {
		var data = google.visualization.arrayToDataTable([
			[ {label: ''},
			  {label: '', type: 'number'} ],['19.11',17600],
['03.12',17700],
['10.12',17600],
['17.12',17300],
['24.12',17300],
['30.12',17400],
['14.01',17400],
['21.01',17500],
['28.01',17800],
['04.02',17000],
['11.02',16800],
['18.02',16700]
		]);

	var options = {
		backgroundColor: '#FFFACD',
		hAxis: {
			minTextSpacing: 1,
			viewWindowMode: 'explicit',
			format: 'dd.MM',
			slantedText: false,
			textStyle : {
				fontSize: 10,
				color: '#8B4513'
			}			
		},
		vAxis: {
			format: '#',
			gridlines: {
				count: 4
			},
			textStyle : {
				fontSize: 10,
				color: '#8B4513'
			}						
		},
		chartArea:{left:34,bottom:15,top:5,right:0,width:125,height:85},
		colors: ['#FF0000'],
		legend: {position: 'none'},
		width:159,
		height:100
	};			    
	
	var chart = new google.visualization.LineChart(document.getElementById('google_chart_grainprices_2'));
	chart.draw(data, options);

	}
</script>

	<div class="bc_inf_image">
		<a href="">
			<div id="google_chart_grainprices_2" style="width: 150px; height: 100px"></div>
		</a>
	</div>