mirror of https://github.com/portainer/portainer
fix charts x label padding (#5327)
parent
6a9b386df8
commit
00fc629c1c
|
@ -26,6 +26,11 @@ angular.module('portainer.app').factory('ChartService', [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
layout: {
|
||||||
|
padding: {
|
||||||
|
left: 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
hover: { animationDuration: 0 },
|
hover: { animationDuration: 0 },
|
||||||
scales: {
|
scales: {
|
||||||
yAxes: [
|
yAxes: [
|
||||||
|
|
Loading…
Reference in New Issue