Fix a bit initial date range.
This commit is contained in:
parent
53ab313da3
commit
a54da59dc8
@ -184,7 +184,9 @@ accountantApp
|
||||
minRange: 3600 * 1000 * 24 * 14, // 2 weeks
|
||||
events: {
|
||||
afterSetExtremes: $scope.setExtremes
|
||||
}
|
||||
},
|
||||
currentMin: $scope.begin,
|
||||
currentMax: $scope.end
|
||||
},
|
||||
yAxis: {
|
||||
plotLines: [{
|
||||
|
Loading…
Reference in New Issue
Block a user