[FIX] Bar chart updates
This commit is contained in:
parent
59aef1d1e3
commit
4b56420e68
@ -21,6 +21,7 @@ $(document).ready(function(){
|
|||||||
height: '25',
|
height: '25',
|
||||||
barWidth: 25,
|
barWidth: 25,
|
||||||
barSpacing: 1,
|
barSpacing: 1,
|
||||||
|
chartRangeMin: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
// Draw our sparkline graphs with our current static content
|
// Draw our sparkline graphs with our current static content
|
||||||
@ -88,6 +89,9 @@ $(document).ready(function(){
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: url_dashboard,
|
url: url_dashboard,
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
|
cache : false,
|
||||||
|
contentType : 'application/json; charset=utf-8',
|
||||||
|
type : 'GET',
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
refreshInformation(data);
|
refreshInformation(data);
|
||||||
refreshStaticData(data);
|
refreshStaticData(data);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user