eek
2016-08-19 09:38:05 UTC
Hello!
I want to display my values out of an php request. The problem is, that the
chart does not display the values.
My code looks like that:
function loadChart(){
console.log("READ DATA AND DRAW CHART");
google.charts.load('current', {'packages':['corechart']});
google.charts.setOnLoadCallback(drawChart)
function drawChart() {
var jsonData = $.ajax({
url: "http://TEST",
dataType: "json",
async: false
}).responseText;
var options = {'title':'Temperature',
'width':600,
'curveType': 'function',
'height':300};
dataChartCut = jsonData.indexOf("<!DOCTYPE html>");
dataChart = jsonData.substring(0, dataChartCut-5);
var data = new google.visualization.DataTable();
data.addColumn('string','Time');
data.addColumn('number','Temp1');
data.addColumn('number','Temp2');
data.addColumn('number','Temp3');
data.addRows(4,[dataChart]);
// Instantiate and draw our chart, passing in some options.
var chart = new
google.visualization.LineChart(document.getElementById('lineChart'));
chart.draw(data, options);
};
The values what i get look like that:
{"cols":[{"label":"Time","type":"time"},{"label":"Temp1","type":"number"},{"label":"Temp2","type":"number"},{"label":"Temp3","type":"number"}],"rows":[{"c":[{"v":2016},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]}]
And the chart what i get looks like that:
<Loading Image...
>
Can someone help me? I have no idea whats the problem. IÂŽve searched hours
for a solution, but i didnÂŽt found one that it works.
I want to display my values out of an php request. The problem is, that the
chart does not display the values.
My code looks like that:
function loadChart(){
console.log("READ DATA AND DRAW CHART");
google.charts.load('current', {'packages':['corechart']});
google.charts.setOnLoadCallback(drawChart)
function drawChart() {
var jsonData = $.ajax({
url: "http://TEST",
dataType: "json",
async: false
}).responseText;
var options = {'title':'Temperature',
'width':600,
'curveType': 'function',
'height':300};
dataChartCut = jsonData.indexOf("<!DOCTYPE html>");
dataChart = jsonData.substring(0, dataChartCut-5);
var data = new google.visualization.DataTable();
data.addColumn('string','Time');
data.addColumn('number','Temp1');
data.addColumn('number','Temp2');
data.addColumn('number','Temp3');
data.addRows(4,[dataChart]);
// Instantiate and draw our chart, passing in some options.
var chart = new
google.visualization.LineChart(document.getElementById('lineChart'));
chart.draw(data, options);
};
The values what i get look like that:
{"cols":[{"label":"Time","type":"time"},{"label":"Temp1","type":"number"},{"label":"Temp2","type":"number"},{"label":"Temp3","type":"number"}],"rows":[{"c":[{"v":2016},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]},{"c":[{"v":0},{"v":22},{"v":12},{"v":85}]}]
And the chart what i get looks like that:
<Loading Image...
Can someone help me? I have no idea whats the problem. IÂŽve searched hours
for a solution, but i didnÂŽt found one that it works.
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/c4ea35be-a61d-41c2-8c98-9a74297ed399%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/c4ea35be-a61d-41c2-8c98-9a74297ed399%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.