[FIX] Bar chart updates

This commit is contained in:
Sebastian Grewe 2014-03-04 12:03:33 +01:00
parent 59aef1d1e3
commit 4b56420e68

View File

@ -21,6 +21,7 @@ $(document).ready(function(){
height: '25',
barWidth: 25,
barSpacing: 1,
chartRangeMin: 0
};
// Draw our sparkline graphs with our current static content
@ -88,6 +89,9 @@ $(document).ready(function(){
$.ajax({
url: url_dashboard,
dataType: 'json',
cache : false,
contentType : 'application/json; charset=utf-8',
type : 'GET',
success: function(data) {
refreshInformation(data);
refreshStaticData(data);