Please note using this technique, you can also move the position of the labels, up for instance when your values are low and too close to the X line (numbers are clipped at the bottom):
/* move graph labels up */
.v-datalabel {
transform: translate(0px, -20px);
}