Add interval settings

This commit is contained in:
2019-07-07 22:43:49 +02:00
parent e45cb6e45b
commit 0379027160
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<script src="/res/script/jquery.js"></script>
<script src="/res/misc/chartjs/Chart.min.js"></script>
<script>
$.get(apiEndpoint+"/admin/files/timeseries/14", function(response){
$.get(apiEndpoint+"/admin/files/timeseries/14?interval=60", function(response){
console.log(response);
if (response.success) {
var ctx = document.getElementById('bandwidth_chart');