Sfoglia il codice sorgente

updating Chart.js font family

solr_update
Simon Bowie 2 anni fa
parent
commit
e14dafc563
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      web/app/templates/data.html

+ 2
- 0
web/app/templates/data.html Vedi File

@@ -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

Loading…
Annulla
Salva