瀏覽代碼

updating Chart.js font family

solr_update
Simon Bowie 2 年之前
父節點
當前提交
e14dafc563
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      web/app/templates/data.html

+ 2
- 0
web/app/templates/data.html 查看文件

@@ -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…
取消
儲存