Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15153 | Rev 16822 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15153 Rev 15359
Línea 323... Línea 323...
323
    var areaChartData = {
323
    var areaChartData = {
324
      labels  : ['LABEL_GRAPH_STUDENTS_TOTAL', 'LABEL_GRAPH_STUDENTS_STARTED', 'LABEL_GRAPH_STUDENTS_WITHOUT_STARTED'],
324
      labels  : ['LABEL_GRAPH_STUDENTS_TOTAL', 'LABEL_GRAPH_STUDENTS_STARTED', 'LABEL_GRAPH_STUDENTS_WITHOUT_STARTED'],
325
      datasets: [
325
      datasets: [
326
        {
326
        {
327
          label               : '',
327
          label               : '',
328
          backgroundColor     : backgroundColor: bgColors,
328
          backgroundColor     : bgColors,
329
          pointRadius         : true,
329
          pointRadius         : true,
330
          data                : [ {$reportStudents['total']},{$reportStudents['started']},{$reportStudents['withoutStarting']} ]
330
          data                : [ {$reportStudents['total']},{$reportStudents['started']},{$reportStudents['withoutStarting']} ]
331
        },
331
        },
332
      ]
332
      ]