Explorar el Código

updating Chart.js font family

solr_update
Simon Bowie hace 2 años
padre
commit
e14dafc563
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      web/app/templates/data.html

+ 2
- 0
web/app/templates/data.html Ver fichero

@@ -84,6 +84,7 @@ There are a total of {{ total_number }} patents.
}
};

Chart.defaults.font.family = 'Compagnon'
var yearGraph = new Chart(
document.getElementById('chartOfYearFrequency'),
config
@@ -115,6 +116,7 @@ There are a total of {{ total_number }} patents.
}
};

Chart.defaults.font.family = 'Compagnon'
var yearGraph = new Chart(
document.getElementById('chartOfCountryFrequency'),
config

Cargando…
Cancelar
Guardar