Added proper labels for Y axis data on metrics graphs
This commit is contained in:
@@ -135,6 +135,9 @@
|
|||||||
show: true,
|
show: true,
|
||||||
style: {
|
style: {
|
||||||
colors: textColor,
|
colors: textColor,
|
||||||
|
},
|
||||||
|
formatter: function(value) {
|
||||||
|
return Math.round(value) + ' %';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -266,6 +269,9 @@
|
|||||||
show: true,
|
show: true,
|
||||||
style: {
|
style: {
|
||||||
colors: textColor,
|
colors: textColor,
|
||||||
|
},
|
||||||
|
formatter: function(value) {
|
||||||
|
return Math.round(value) + ' MB';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -131,6 +131,9 @@
|
|||||||
show: true,
|
show: true,
|
||||||
style: {
|
style: {
|
||||||
colors: textColor,
|
colors: textColor,
|
||||||
|
},
|
||||||
|
formatter: function(value) {
|
||||||
|
return Math.round(value) + ' %';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -265,6 +268,9 @@
|
|||||||
show: true,
|
show: true,
|
||||||
style: {
|
style: {
|
||||||
colors: textColor,
|
colors: textColor,
|
||||||
|
},
|
||||||
|
formatter: function(value) {
|
||||||
|
return Math.round(value) + ' %';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user