api for top upload graph
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
|
||||
var data;
|
||||
// Parse the Data
|
||||
d3.json("/topuploads-by-user/").then(function(jsondata) {
|
||||
d3.json("/topuploads-institution/{{institution_id}}").then(function(jsondata) {
|
||||
if(Object.keys(jsondata).length < 1) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user