<script type="text/javascript"> google.charts.load('current', {packages: ['corechart', 'line']}); google.charts.setOnLoadCallback(drawChart_indexes_0); function drawChart_indexes_0() { var data = google.visualization.arrayToDataTable([ [ {label: ''}, {label: '', type: 'number'} ],['10.12',17500], ['17.12',17400], ['24.12',17400], ['30.12',17400], ['14.01',17400], ['18.01',17200], ['21.01',17400], ['28.01',17500], ['04.02',17400], ['11.02',17300], ['18.02',17200], ['25.02',17300] ]); 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_1')); chart.draw(data, options); } </script> <div class="bc_inf_image"> <a href=""> <div id="google_chart_grainprices_1" style="width: 150px; height: 100px"></div> </a> </div>