Ver código fonte

updating Chart.js font family

solr_update
Simon Bowie 2 anos atrás
pai
commit
e14dafc563
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      web/app/templates/data.html

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

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

Carregando…
Cancelar
Salvar