$(function () { $('#uc').highcharts({ chart: { type: 'column' }, title: { text: 'Novas Unidades Curriculares', x: -20 //center }, subtitle: { text: 'Número de novas Unidades Curriculares criadas mensalmente na plataforma', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de novas Unidades Curriculares' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: '2023/2024', data: [368,0,0,0,0,0,0,0,0,0,0,0], color: 'goldenrod' }, { name: '2022/2023', data: [270,94,92,35,91,187,50,23,30,20,8,1], color: 'gold' }, { name: '2021/2022', data: [351,375,198,60,57,178,135,19,37,22,8,0], color: 'lightsalmon' }, { name: '2020/2021', data: [394,181,88,66,104,202,59,34,21,16,9,0], color: 'red' }, { name: '2019/2020', data: [149,85,36,13,37,74,650,115,143,39,33,3], color: '#b00' }, { name: '2018/2019', data: [153,108,35,34,85,96,35,13,12,14,11,0], color: '#000' }, { name: '2017/2018', data: [164,130,41,21,46,63,54,27,16,26,9,0], color: '#000' }, { name: '2016/2017', data: [207,109,48,13,72,168,29,43,21,7,14,1], color: '#333' }, { name: '2015/2016', data: [199,88,23,49,47,116,40,16,144,51,19,1], color: '#666' }, { name: '2014/2015', data: [168,101,31,27,24,95,40,27,67,7,29,0], color: '#999' }, { name: '2013/2014', data: [250,163,35,33,77,234,33,46,30,9,8,37], color: '#CCC' }] }); $('#user').highcharts({ chart: { type: 'column' }, title: { text: 'Utilizadores que acederam à plataforma', x: -20 //center }, subtitle: { text: 'Número de utilizadores que se validaram na plataforma', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de utilizadores que acederam à plataforma' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: '2023/2024', data: [28024,0,0,0,0,0,0,0,0,0,0,0], color: 'goldenrod' }, { name: '2022/2023', data: [26231,27721,27255,26639,27706,27864,26714,25282,25808,25626,18105,5299], color: 'gold' }, { name: '2021/2022', data: [15291,26936,26864,25815,26376,26623,25982,24442,24534,24363,19326,6052], color: 'lightsalmon' }, { name: '2020/2021', data: [20488,26444,25715,25102,26212,27418,25945,25004,24680,24144,18732,6066], color: 'red' }, { name: '2019/2020', data: [19593,21064,20336,19611,20945,21057,23790,23671,24539,24431,21090,7242], color: '#b00' }, { name: '2018/2019', data: [18037,19847,19370,18920,19904,20341,18784,18249,18295,18375,12165,2513], color: '#000' }, { name: '2017/2018', data: [17647,19399,19072,18825,20088,20536,18443,18525,18689,18927,12789,3939], color: '#000' }, { name: '2016/2017', data: [17048,19514,19327,18431,19512,20213,18611,17648,18207,18249,11126,2897], color: '#333' }, { name: '2015/2016', data: [16325,17615,17633,17296,17636,28244,17091,16918,16939,19655,14907,1017], color: '#666' }, { name: '2014/2015', data: [15496,16786,16253,15830,16428,16829,16172,15369,14902,15756,13534,3272], color: '#999' }, { name: '2013/2014', data: [13051,15927,15876,15602,16379,16550,15062,14549,14067,15003,12531,3047], color: '#CCC' }] }); $('#user-doc').highcharts({ chart: { type: 'column' }, title: { text: 'Docentes que acederam vs docentes ativos', x: -20 //center }, subtitle: { text: 'Ano letivo atual', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de docentes' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: 'Docentes que acederam', data: [1013,1448,1492,1434,1518,1582,1556,0,1498,1500,1292,431], color: '#7cb5ec' }, { name: 'Docentes ativos', data: [537,1030,1145,1032,1121,1081,1119,0,1063,1018,685,80], color: '#4a6c8d' }] }); $('#user-est').highcharts({ chart: { type: 'column' }, title: { text: 'Estudantes que acederam vs estudantes ativos', x: -20 //center }, subtitle: { text: 'Ano letivo atual', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de estudantes' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: 'Estudantes que acederam', data: [14245,25395,25282,24302,24784,24963,0,0,0,0,0,0], color: '#7cb5ec' }, { name: 'Estudantes ativos', data: [8345,21113,21943,20600,21760,19638,20237,0,0,0,0,0], color: '#4a6c8d' }] }); $('#forum').highcharts({ chart: { type: 'column' }, title: { text: 'Posts em Foruns', x: -20 //center }, subtitle: { text: 'Número mensal de posts em foruns', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de posts em foruns' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: '2023/2024', data: [2259,0,0,0,0,0,0,0,0,0,0,0], color: 'goldenrod' }, { name: '2022/2023', data: [1611,2996,3191,2697,2978,2545,3771,2277,2620,2716,473,35], color: 'gold' }, { name: '2021/2022', data: [509,3268,4535,4386,4020,2726,3733,3265,2931,3218,1112,77], color: 'lightsalmon' }, { name: '2020/2021', data: [1583,6236,5499,4292,3327,3613,5682,4076,3843,2650,770,41], color: 'red' }, { name: '2019/2020', data: [906,3066,2306,2371,1621,1201,13362,17012,13217,5122,2042,69], color: '#b00' }, { name: '2018/2019', data: [1333,2775,2658,2416,1608,1471,2131,1845,2490,892,248,7], color: '#000' }, { name: '2017/2018', data: [1042,2843,2715,3148,2141,1624,1982,1522,1987,1250,230,17], color: '#000' }, { name: '2016/2017', data: [1255,4173,4260,2596,1983,1528,2492,1244,1463,1223,2018,29], color: '#333' }, { name: '2015/2016', data: [2080,3665,3634,3022,1760,1136,1935,1704,1707,1704,1823,1], color: '#666' }, { name: '2014/2015', data: [1231,3245,3450,3193,2175,1417,1657,1880,1681,2325,1500,17], color: '#999' }, { name: '2013/2014', data: [1093,3521,3286,3126,2231,1159,2218,5192,6908,2006,699,64], color: '#CCC' }] }); $('#chat').highcharts({ chart: { type: 'column' }, title: { text: 'Mensagens de chat trocadas', x: -20 //center }, subtitle: { text: 'Número de mensagens trocadas, mensalmente, usando a ferramenta chat', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de mensagens trocadas por chat ' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: '2023/2024', data: [11,0,0,0,0,0,0,0,0,0,0,0], color: 'goldenrod' }, { name: '2022/2023', data: [24,31,8,6,8,95,114,42,51,24,4,2], color: 'gold' }, { name: '2021/2022', data: [8,149,70,178,10,12,444,34,22,39,13,2], color: 'lightsalmon' }, { name: '2020/2021', data: [77,96,125,18,2,113,91,185,299,12,2,108], color: 'red' }, { name: '2019/2020', data: [23,39,305,228,8,8,1088,22,25,28,6,0], color: '#b00' }, { name: '2018/2019', data: [56,75,1105,161,14,368,733,390,188,0,0,0], color: '#000' }, { name: '2017/2018', data: [47,286,344,307,14,569,13,322,4,2,4,0], color: '#000' }, { name: '2016/2017', data: [55,1023,1002,487,32,814,409,914,332,0,0,0], color: '#333' }, { name: '2015/2016', data: [233,857,1732,536,30,30,581,784,459,199,0,0], color: '#666' }, { name: '2014/2015', data: [359,1943,490,1391,103,64,1461,829,490,62,6548,0], color: '#999' }, { name: '2013/2014', data: [76,4256,2627,1783,1204,2226,1416,47,744,109,399,0], color: '#CCC' }] }); $('#quiz').highcharts({ chart: { type: 'column' }, title: { text: 'Testes (quizzes) criados/editados', x: -20 //center }, subtitle: { text: 'Número de testes (quizzes) criados ou editados mensalmente por docentes', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de testes (quizzes) criados/editados' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: '2023/2024', data: [251,0,0,0,0,0,0,0,0,0,0,0], color: 'goldenrod' }, { name: '2022/2023', data: [284,644,692,667,904,652,467,382,503,747,317,34], color: 'gold' }, { name: '2021/2022', data: [105,378,884,667,1007,720,726,519,607,880,554,86], color: 'lightsalmon' }, { name: '2020/2021', data: [169,821,1294,970,1068,963,1048,895,791,921,495,188], color: 'red' }, { name: '2019/2020', data: [389,595,348,306,416,264,442,716,1754,1328,983,120], color: '#b00' }, { name: '2018/2019', data: [98,295,501,400,340,267,265,217,242,327,146,23], color: '#000' }, { name: '2017/2018', data: [104,272,320,215,355,212,325,246,259,276,57,21], color: '#000' }, { name: '2016/2017', data: [76,277,426,218,296,263,293,220,216,260,73,10], color: '#333' }, { name: '2015/2016', data: [30,206,189,155,191,154,218,206,231,205,119,15], color: '#666' }, { name: '2014/2015', data: [106,310,233,213,154,149,228,201,121,146,147,19], color: '#999' }, { name: '2013/2014', data: [70,265,245,354,282,211,147,115,152,122,134,41], color: '#CCC' }] }); $('#quiz-sum').highcharts({ chart: { type: 'column' }, title: { text: 'Testes (quizzes) sumativos efetuados', x: -20 //center }, subtitle: { text: 'Número de testes (quizzes) sumativos efetuados mensalmente', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de testes (quizzes) sumativos efetuados' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: '2023/2024', data: [44,0,0,0,0,0,0,0,0,0,0,0], color: 'goldenrod' }, { name: '2022/2023', data: [37,172,263,195,498,231,274,172,242,528,162,0], color: 'gold' }, { name: '2021/2022', data: [56,267,610,442,694,501,254,294,221,440,319,1], color: 'lightsalmon' }, { name: '2020/2021', data: [113,630,904,672,757,761,798,806,564,679,435,3], color: 'red' }, { name: '2019/2020', data: [53,242,84,80,201,96,129,277,774,850,769,7], color: '#b00' }, { name: '2018/2019', data: [58,298,101,81,156,81,57,68,69,178,54,0], color: '#000' },{ name: '2017/2018', data: [23,44,64,77,192,60,73,83,63,165,19,1], color: '#000' },{ name: '2016/2017', data: [7,26,48,49,146,69,86,51,66,152,36,4], color: '#666' },{ name: '2015/2016', data: [2,35,36,25,97,65,34,53,61,80,82,1], color: '#999' }] }); $('#assignment').highcharts({ chart: { type: 'column' }, title: { text: 'Submissões de trabalhos (assignments)', x: -20 //center }, subtitle: { text: 'Número de submissões de trabalhos (assignments) efetuadas mensalmente', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de submissões de trabalhos (assignments)' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: '2023/2024', data: [5062,0,0,0,0,0,0,0,0,0,0,0], color: 'goldenrod' }, { name: '2022/2023', data: [4564,21743,21565,17869,10275,6841,18387,14345,19778,10930,1535,33], color: 'gold' }, { name: '2021/2022', data: [1124,13997,22193,16684,16394,6204,14019,15725,17076,12842,2612,13], color: 'lightsalmon' }, { name: '2020/2021', data: [1587,17669,23715,19490,10396,9848,26554,18807,23865,10422,1429,30], color: 'red' }, { name: '2019/2020', data: [1457,9394,9705,9258,4330,3165,20049,26211,33296,13478,2475,207], color: '#b00' }, { name: '2018/2019', data: [1549,8228,10125,8403,3550,3510,9917,8273,8630,4457,455,15], color: '#000' }, { name: '2017/2018', data: [939,8818,9445,7784,3111,3468,8285,8162,7915,2781,419,12], color: '#000' }, { name: '2016/2017', data: [839,7118,7739,6877,2486,2790,6655,5793,7349,2696,649,80], color: '#333' }, { name: '2015/2016', data: [1351,7970,7768,6013,2389,1589,5234,5861,5827,4893,852,0], color: '#666' }, { name: '2014/2015', data: [775,5918,4228,4498,1439,1162,4761,4094,4000,3826,761,39], color: '#999' }, { name: '2013/2014', data: [473,4142,4851,4070,2078,1436,4110,2958,4274,2951,495,13], color: '#CCC' }] }); $('#turnitin').highcharts({ chart: { type: 'column' }, title: { text: 'Submissões de trabalhos Turnitin via Moodle', x: -20 //center }, subtitle: { text: 'Número de submissões de trabalhos Turnitin via Moodle efetuadas mensalmente', x: -20 }, xAxis: { categories: ['Sep', 'Oct', 'Nov', 'Dec','Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug'] }, yAxis: { title: { text: 'Nº de submissões de trabalhos Turnitin via Moodle' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: '2023/2024', data: [437,0,0,0,0,0,0,0,0,0,0,0], color: 'goldenrod' }, { name: '2022/2023', data: [251,1157,1797,2239,2996,810,923,1194,2010,2511,582,34], color: 'gold' }, { name: '2021/2022', data: [3,1155,1520,2409,2979,758,679,1217,1613,2499,758,95], color: 'lightsalmon' }, { name: '2020/2021', data: [47,1685,2424,2040,2308,1092,1661,1283,2172,2036,682,51], color: 'red' }, { name: '2019/2020', data: [388,1464,1516,1736,1400,488,862,1295,3011,2521,712,39], color: '#b00' }, { name: '2018/2019', data: [65,986,1114,1605,1366,470,741,618,1215,843,305,19], color: '#000' }, { name: '2017/2018', data: [13,461,1049,1261,1090,428,741,604,1110,484,134,36], color: '#000' }, { name: '2016/2017', data: [61,518,695,959,730,424,826,521,726,369,115,28], color: '#333' }, { name: '2015/2016', data: [90,555,530,854,608,389,709,723,971,553,137,0], color: '#666' }, { name: '2014/2015', data: [13,1094,1181,917,693,231,503,412,697,488,83,20], color: '#999' }, { name: '2013/2014', data: [43,402,788,1194,235,252,533,243,606,304,79,7], color: '#CCC' }] }); $('#ucs-uo').highcharts({ chart: { type: 'column' }, title: { text: 'Unidades curriculares por unidade orgânica', x: -20 //center }, subtitle: { text: 'Nº de unidades curriculares por unidade orgânica', x: -20 }, xAxis: { categories:['FADEUP','FAUP','FBAUP','FCNAUP','FCUP','FDUP','FEP','FEUP','FFUP','FLUP','FMDUP','FMUP','FPCEUP','ICBAS','PBS','REIT'], labels: { style: { fontSize:'8px' } } }, yAxis: { title: { text: 'Nº de Unidades Curriculares' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ showInLegend: false, name: 'Nº UCs', data: [268,79,246,151,1128,143,382,1402,159,1024,85,882,247,476,0,0], }] }); $('#ucs-curso').highcharts({ chart: { type: 'column' }, title: { text: 'Unidades curriculares por curso', x: -20 //center }, subtitle: { text: 'Número de unidades curriculares por curso', x: -20 }, xAxis: { categories:['DOUT','LIC','MEST','MINT'] }, yAxis: { title: { text: 'Nº de Unidades Curriculares' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ showInLegend: false, name: 'Nº UCs', data: [1128,1826,2989,729], }] }); $('#ucs-uo-perc').highcharts({ chart: { type: 'column' }, title: { text: 'Percentagem de unidades curriculares por UO', x: -20 //center }, subtitle: { text: 'Percentagem de unidades curriculares no Moodle por UO', x: -20 }, xAxis: { categories:['FADEUP','FAUP','FBAUP','FCNAUP','FCUP','FDUP','FEP','FEUP','FFUP','FLUP','FMDUP','FMUP','FPCEUP','ICBAS','PBS','REIT'], labels: { style: { fontSize:'8px' } } }, yAxis: { title: { text: '% de Unidades Curriculares' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ showInLegend: false, name: '% UCs', data: [108.5,96.34,107.89,186.42,119.49,124.35,106.41,104.63,119.55,106.44,64.89,146.27,101.65,123.64,0,0], }] }); $('#users-perfil').highcharts({ chart: { type: 'column' }, title: { text: 'Distribuição de utilizadores por perfil', x: -20 //center }, subtitle: { text: 'Nº de utilizadores associados aos diferentes perfis', x: -20 }, xAxis: { categories:['Docentes','Estudantes'], labels: { style: { fontSize:'12px' } } }, yAxis: { title: { text: 'Nº de utilizadores' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ showInLegend: false, name: 'Nº', data: [3583,33328], }] }); $('#users-perfil-perc').highcharts({ chart: { type: 'column' }, title: { text: 'Distribuição de utilizadores por perfil em percentagem', x: -20 //center }, subtitle: { text: 'Percentagem de docentes e estudantes da U.Porto com registo no Moodle', x: -20 }, xAxis: { categories:['Docentes','Estudantes'], labels: { style: { fontSize:'12px' } } }, yAxis: { title: { text: '% de utilizadores' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ showInLegend: false, name: '%', data: [149.92,106.3], }] }); $('#users-uo').highcharts({ chart: { type: 'column' }, title: { text: 'Distribuição de utilizadores por UO', x: -20 //center }, subtitle: { text: 'Nº de utilizadores por perfil, por UO', x: -20 }, xAxis: { categories:['FADEUP','FAUP','FBAUP','FCNAUP','FCUP','FDUP','FEP','FEUP','FFUP','FLUP','FMDUP','FMUP','FPCEUP','ICBAS','PBS','REIT'], labels: { style: { fontSize:'8px' } } }, yAxis: { title: { text: 'Nº de utilizadores' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: 'Docentes', data: [90,116,113,121,550,69,187,920,109,274,132,948,135,743,0,0], color: '#95D9FF' }, { name: 'Estudantes', data: [1622,1289,1244,740,5167,1580,3756,9487,1391,5321,448,2935,3072,3428,0,0], color: '#7cb5ec' }, { name: 'GCM', data: [2,17,3,2,54,0,2,39,1,0,0,51,6,39,0,0], color: '#577FA5' }] }); $('#users-curso').highcharts({ chart: { type: 'column' }, title: { text: 'Distribuição de utilizadores por curso', x: -20 //center }, subtitle: { text: 'Nº de utilizadores por perfil, por curso', x: -20 }, xAxis: { categories:['DOUT','LIC','MEST','MINT'], labels: { style: { fontSize:'8px' } } }, yAxis: { title: { text: 'Nº de utilizadores' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: 'Docentes', data: [1169,1926,2251,1713], color: '#95D9FF' }, { name: 'Estudantes', data: [4780,20459,11548,6109], color: '#7cb5ec' }, { name: 'GCM', data: [13,85,38,96], color: '#577FA5' }] }); });