Compare commits
2 commits
fe77894c0c
...
99f2c94346
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99f2c94346 | ||
|
|
e8c58e0f7f |
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue