Compare commits
No commits in common. "99f2c94346c48bb43243f8fa48ca1ec4f1f5eb6b" and "fe77894c0cc444e3cb19e82340f539ff5d2da9cb" have entirely different histories.
99f2c94346
...
fe77894c0c
1 changed files with 0 additions and 3 deletions
|
|
@ -465,9 +465,6 @@ async function loadStatistics(){
|
||||||
total_collection_cost_statistic_data.result = total_collection_cost_statistic_data.result.toFixed(2)
|
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 ')
|
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
|
//Seperate because of multiple data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue