google.load('visualization', '1', {packages: ['imagepiechart']}); google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Date', 'Index de flux Solaire (SFI)', 'Tâches Solaires','Indice K','Indice A'], ["9/11/2014",132,92,2,0], ["10/11/2014",132,78,2,0], ["11/11/2014",136,63,3,0], ["12/11/2014",142,70,2,12], ["13/11/2014",153,89,2,0], ["14/11/2014",154,104,1,0], ["15/11/2014",161,117,2,12], ["16/11/2014",161,100,3,0], ["17/11/2014",172,91,3,0], ["18/11/2014",168,95,2,11], ["19/11/2014",167,92,2,0], ["20/11/2014",170,72,2,0], ["21/11/2014",168,83,2,0], ["22/11/2014",163,68,2,0], ["23/11/2014",167,64,2,0], ["24/11/2014",173,66,2,10], ["25/11/2014",172,111,1,7], ["26/11/2014",169,120,1,0], ["27/11/2014",171,170,1,0], ["28/11/2014",179,155,2,0], ["29/11/2014",181,166,1,0], ["30/11/2014",177,156,1,0], ["1/12/2014",177,153,2,0], ["2/12/2014",168,160,2,10], ["3/12/2014",168,146,2,10], ["4/12/2014",154,128,2,0], ["5/12/2014",158,137,2,10], ["6/12/2014",137,97,2,10], ["7/12/2014",129,73,2,0], ["8/12/2014",132,58,3,0], ["9/12/2014",133,77,3,0], ]); var options = { }; var chart = new google.visualization.LineChart(document.getElementById('chart_div')); chart.draw(data, options); } document.write("
| Index de flux Solaire (SFI) : | 133 | Tâches Solaires (SSN) : | 77 |
| Indice K (Kp) : | 3 | Indice A : | 0 |