Even if I have something similar, but for the y axis, and that I also had the y axis, so I did the following and it worked:
#graph_label .tickLabel {
margin-left: 0em;
margin-right:0em;
}
or
#graph_label .yAxis .tickLabel {
margin-left: 0em;
margin-right:0em;
}
#graph_label .y2Axis .tickLabel {
margin-left: 0em;
margin-right:0em;
}
source
share