mirror of
https://github.com/arnaucube/goBlockchainDataAnalysis.git
synced 2026-02-07 11:46:38 +01:00
implemented getLast24HourAnalysis, to show the Tx/Hour of the last 24 hours
This commit is contained in:
@@ -37,7 +37,7 @@ angular.module('app.main', ['ngRoute'])
|
||||
//date analysis
|
||||
$scope.data = [];
|
||||
$scope.labels = [];
|
||||
$http.get(urlapi + 'houranalysis')
|
||||
$http.get(urlapi + 'last24hour')
|
||||
.then(function(data, status, headers, config) {
|
||||
console.log('data success');
|
||||
console.log(data);
|
||||
|
||||
Reference in New Issue
Block a user