function grafica_google_5() { google.charts.load("current", {packages:["corechart","bar"]}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([["letrero barra", "Visitas", { role: "style" } ],["Sesión 01" ,5565,"color:rgb(0,215,71)" ],["Sesión 02" ,4411,"color:rgb(12,215,180)" ],["Sesión 03" ,4380,"color:rgb(24,215,135)" ],["Sesión 04" ,3510,"color:rgb(36,215,168)" ],["Sesión 05" ,4136,"color:rgb(48,215,142)" ],["Sesión 06" ,3143,"color:rgb(60,215,115)" ],["Sesión 07" ,3333,"color:rgb(72,215,88)" ],["Sesión 08" ,3862,"color:rgb(84,215,126)" ],["Sesión 09" ,3215,"color:rgb(96,215,20)" ],["Sesión 10" ,3065,"color:rgb(108,215,56)" ],["Sesión 11" ,4633,"color:rgb(120,215,120)" ],["Sesión 12" ,3929,"color:rgb(132,215,77)" ],["Sesión 13" ,3860,"color:rgb(144,215,110)" ],["Sesión 14" ,3533,"color:rgb(156,215,44)" ],["Sesión 15" ,3475,"color:rgb(168,215,184)" ],["Sesión 16" ,3440,"color:rgb(180,215,25)" ],["Sesión 17" ,5261,"color:rgb(192,215,193)" ],["Sesión 18" ,3921,"color:rgb(204,215,250)" ],["Sesión 19" ,4908,"color:rgb(216,215,61)" ],["Sesión 20" ,3154,"color:rgb(228,215,52)" ],]); var view = new google.visualization.DataView(data); view.setColumns([0, 1, { calc: 'stringify', sourceColumn: 1, type: 'string', role: 'annotation' }, 2]); var ancho=window.innerWidth; var alto=screen.width; var options = { chartArea: {width: '80%', height: '80%'}, width: Math.round(ancho*0.80), height: Math.round(ancho*0.4), legend: { position: 'none' }, titlePosition: 'top', title: 'Visitas totales a las sesiones grabadas' , titleTextStyle: { color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/50) }, vAxes: { 0: { title:'No. Sesión', textStyle: {color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/100) } } }, hAxes: { 0: { title:'Visitas', textStyle: {color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/100) } } }, bar: {groupWidth: '95%'}, };var chart = new google.visualization.BarChart(document.getElementById('indicador1A')); chart.draw(view, options); } }function grafica_google_2() { google.charts.load("current", {packages:["corechart","bar"]}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([["letrero barra", "Horas", { role: "style" } ],["Sesión 01" ,3399.9596,"color:rgb(0,215,138)" ],["Sesión 02" ,2944.1543,"color:rgb(12,215,126)" ],["Sesión 03" ,2875.9661,"color:rgb(24,215,3)" ],["Sesión 04" ,2343.971,"color:rgb(36,215,49)" ],["Sesión 05" ,2497.7043,"color:rgb(48,215,105)" ],["Sesión 06" ,1902.0683,"color:rgb(60,215,32)" ],["Sesión 07" ,1741.1239,"color:rgb(72,215,221)" ],["Sesión 08" ,2186.5095,"color:rgb(84,215,96)" ],["Sesión 09" ,1604.9265,"color:rgb(96,215,126)" ],["Sesión 10" ,2149.3282,"color:rgb(108,215,75)" ],["Sesión 11" ,2537.8932,"color:rgb(120,215,199)" ],["Sesión 12" ,2199.7478,"color:rgb(132,215,196)" ],["Sesión 13" ,2142.1359,"color:rgb(144,215,255)" ],["Sesión 14" ,2237.9004,"color:rgb(156,215,78)" ],["Sesión 15" ,2089.2256,"color:rgb(168,215,109)" ],["Sesión 16" ,2019.4314,"color:rgb(180,215,141)" ],["Sesión 17" ,2621.8212,"color:rgb(192,215,192)" ],["Sesión 18" ,2087.9628,"color:rgb(204,215,196)" ],["Sesión 19" ,2435.2926,"color:rgb(216,215,11)" ],["Sesión 20" ,1974.1761,"color:rgb(228,215,212)" ],]); var view = new google.visualization.DataView(data); view.setColumns([0, 1, { calc: 'stringify', sourceColumn: 1, type: 'string', role: 'annotation' }, 2]); var ancho=window.innerWidth; var alto=screen.width; var options = { chartArea: {width: '80%', height: '80%'}, width: Math.round(ancho*0.80), height: Math.round(ancho*0.4), legend: { position: 'none' }, titlePosition: 'top', title: 'Tiempo de reproducción (horas) por sesión' , titleTextStyle: { color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/50) }, vAxes: { 0: { title:'No. Sesión', textStyle: {color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/100) } } }, hAxes: { 0: { title:'Horas ', textStyle: {color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/100) } } }, bar: {groupWidth: '95%'}, };var chart = new google.visualization.BarChart(document.getElementById('indicador1C')); chart.draw(view, options); } }function grafica_google_3() { google.charts.load("current", {packages:["corechart","bar"]}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([["letrero barra", "Visitas", { role: "style" } ],["Sesión 01" ,968,"color:rgb(0,215,251)" ],["Sesión 02" ,907,"color:rgb(12,215,131)" ],["Sesión 03" ,869,"color:rgb(24,215,34)" ],["Sesión 04" ,851,"color:rgb(36,215,106)" ],["Sesión 05" ,792,"color:rgb(48,215,174)" ],["Sesión 06" ,789,"color:rgb(60,215,217)" ],["Sesión 07" ,727,"color:rgb(72,215,131)" ],["Sesión 08" ,746,"color:rgb(84,215,111)" ],["Sesión 09" ,703,"color:rgb(96,215,211)" ],["Sesión 10" ,698,"color:rgb(108,215,191)" ],["Sesión 11" ,741,"color:rgb(120,215,163)" ],["Sesión 12" ,670,"color:rgb(132,215,94)" ],["Sesión 13" ,629,"color:rgb(144,215,61)" ],["Sesión 14" ,577,"color:rgb(156,215,166)" ],["Sesión 15" ,602,"color:rgb(168,215,142)" ],["Sesión 16" ,568,"color:rgb(180,215,165)" ],["Sesión 17" ,708,"color:rgb(192,215,197)" ],["Sesión 18" ,559,"color:rgb(204,215,108)" ],["Sesión 19" ,540,"color:rgb(216,215,6)" ],["Sesión 20" ,743,"color:rgb(228,215,67)" ],]); var view = new google.visualization.DataView(data); view.setColumns([0, 1, { calc: 'stringify', sourceColumn: 1, type: 'string', role: 'annotation' }, 2]); var ancho=window.innerWidth; var alto=screen.width; var options = { chartArea: {width: '80%', height: '80%'}, width: Math.round(ancho*0.80), height: Math.round(ancho*0.4), legend: { position: 'none' }, titlePosition: 'top', title: 'Visitas en vivo por sesión' , titleTextStyle: { color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/50) }, vAxes: { 0: { title:'No. Sesión', textStyle: {color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/100) } } }, hAxes: { 0: { title:'Visitas', textStyle: {color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/100) } } }, bar: {groupWidth: '95%'}, };var chart = new google.visualization.BarChart(document.getElementById('indicador1B')); chart.draw(view, options); } }function grafica_google_4() { google.charts.load("current", {packages:["corechart","bar"]}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([["letrero barra", "Interacciones", { role: "style" } ],["Sesión 01" ,1861,"color:rgb(0,215,182)" ],["Sesión 02" ,1808,"color:rgb(12,215,204)" ],["Sesión 03" ,1327,"color:rgb(24,215,8)" ],["Sesión 04" ,1311,"color:rgb(36,215,181)" ],["Sesión 05" ,1051,"color:rgb(48,215,27)" ],["Sesión 06" ,1271,"color:rgb(60,215,116)" ],["Sesión 07" ,1004,"color:rgb(72,215,67)" ],["Sesión 08" ,1247,"color:rgb(84,215,219)" ],["Sesión 09" ,887,"color:rgb(96,215,56)" ],["Sesión 10" ,1019,"color:rgb(108,215,78)" ],["Sesión 11" ,1275,"color:rgb(120,215,176)" ],["Sesión 12" ,1191,"color:rgb(132,215,51)" ],["Sesión 13" ,789,"color:rgb(144,215,208)" ],["Sesión 14" ,683,"color:rgb(156,215,209)" ],["Sesión 15" ,838,"color:rgb(168,215,157)" ],["Sesión 16" ,824,"color:rgb(180,215,127)" ],["Sesión 17" ,795,"color:rgb(192,215,170)" ],["Sesión 18" ,632,"color:rgb(204,215,32)" ],["Sesión 19" ,670,"color:rgb(216,215,238)" ],["Sesión 20" ,715,"color:rgb(228,215,126)" ],]); var view = new google.visualization.DataView(data); view.setColumns([0, 1, { calc: 'stringify', sourceColumn: 1, type: 'string', role: 'annotation' }, 2]); var ancho=window.innerWidth; var alto=screen.width; var options = { chartArea: {width: '80%', height: '80%'}, width: Math.round(ancho*0.80), height: Math.round(ancho*0.4), legend: { position: 'none' }, titlePosition: 'top', title: 'Interacción en el chat de Youtube por sesión' , titleTextStyle: { color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/50) }, vAxes: { 0: { title:'No. Sesión', textStyle: {color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/100) } } }, hAxes: { 0: { title:'Interacciones', textStyle: {color: 'black', fontName: 'Arial', fontSize: Math.round(ancho/100) } } }, bar: {groupWidth: '95%'}, };var chart = new google.visualization.BarChart(document.getElementById('indicador1D')); chart.draw(view, options); } } function graficas_educafi(){ grafica_google_1();grafica_google_2();grafica_google_3();grafica_google_4();grafica_google_5(); }