update storage charts
Change-Id: I3992b6c6bcfe06e707ad06919c81fea7d5704b10
This commit is contained in:
parent
5cb67893f3
commit
ee08a03286
@ -175,7 +175,7 @@
|
||||
],
|
||||
axes: {
|
||||
x: {key: 'x', type: 'linear',ticksFormat: 'd'},
|
||||
y: {type: 'linear', ticksFormat: 'd', innerTicks: true,max:max*1.0005,min:min*0.995},
|
||||
y: {type: 'linear', ticksFormat: 'd', innerTicks: true,max:max*1.0005,min:0},
|
||||
y2: {type: 'log', ticksFormat: 'd', innerTicks: false,grid: true}
|
||||
},
|
||||
tooltip: {mode: 'scrubber', formatter: function(x, y,series) {return series.label+":"+y;}},
|
||||
|
@ -171,7 +171,7 @@
|
||||
],
|
||||
axes: {
|
||||
x: {key: 'x', type: 'linear',ticksFormat: 'd'},
|
||||
y: {type: 'linear', ticksFormat: 'd', innerTicks: true, max:max*1.0005,min:min*0.995},
|
||||
y: {type: 'linear', ticksFormat: 'd', innerTicks: true, max:max*1.0005,min:0},
|
||||
y2: {type: 'log', ticksFormat: 'd', innerTicks: false,grid: true}
|
||||
},
|
||||
tooltip: {mode: 'scrubber', formatter: function(x, y,series) {return series.label+":"+y;}},
|
||||
|
@ -172,7 +172,7 @@
|
||||
],
|
||||
axes: {
|
||||
x: {key: 'x', type: 'linear',ticksFormat: 'd'},
|
||||
y: {type: 'linear', ticksFormat: 'd', innerTicks: false,max:max*1.0005,min:min*0.995},
|
||||
y: {type: 'linear', ticksFormat: 'd', innerTicks: false,max:max*1.0005,min:0},
|
||||
y2: {type: 'log', ticksFormat: 'd', innerTicks: false,grid: true}
|
||||
},
|
||||
tooltip: {mode: 'scrubber', formatter: function(x, y,series) {return series.label+":"+y;}},
|
||||
|
@ -160,6 +160,7 @@
|
||||
}
|
||||
}
|
||||
if(max == min) min = 0;
|
||||
console.log(min);
|
||||
$scope.options = {
|
||||
series: [
|
||||
{y: 'IOPS', color: '#F44336', type: 'column', striped: true, label: 'Rate BW'},
|
||||
@ -170,7 +171,7 @@
|
||||
],
|
||||
axes: {
|
||||
x: {key: 'x', type: 'linear',ticksFormat: 'd'},
|
||||
y: {type: 'linear', ticksFormat: 'd', innerTicks: true,max:max*1.0005,min:min*0.995},
|
||||
y: {type: 'linear', ticksFormat: 'd', innerTicks: true,max:max*1.0005,min:0},
|
||||
y2: {type: 'log', ticksFormat: 'd', innerTicks: false,grid: true}
|
||||
},
|
||||
tooltip: {mode: 'scrubber', formatter: function(x, y,series) {return series.label+":"+y;}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user