Compare commits

...

2 commits

Author SHA1 Message Date
Yarne Coppens
99f2c94346 Merge branch 'bootstrap' of https://forgejo.yarnecoppens.com/Yarninator/boardgame_site_v2 into bootstrap 2024-10-17 09:57:19 +02:00
Yarne Coppens
e8c58e0f7f Added h-index statistic 2024-10-17 09:56:23 +02:00

View file

@ -465,6 +465,9 @@ async function loadStatistics(){
total_collection_cost_statistic_data.result = total_collection_cost_statistic_data.result.toFixed(2)
create_basic_statistic_chart(total_collection_cost_statistic_data, 'Totale kost van spellen in bezit', '\u20AC ')
const h_index_statistic_data = await makeRequest(api_url+'/statistics/h_index')
create_basic_statistic_chart(h_index_statistic_data, 'H-index')
//Seperate because of multiple data