What problem does this feature solve?
While label.style.textAlign support 'center' currently, the baseline of the text is not in the middle of the whole axis component:

We need a new option to make the baseline of the align in the middle of the axis (0.5*width of the axis):

What does the proposed API look like?
label.style.textAlign='axisCenter'
What problem does this feature solve?
While label.style.textAlign support 'center' currently, the baseline of the text is not in the middle of the whole axis component:


We need a new option to make the baseline of the align in the middle of the axis (0.5*width of the axis):
What does the proposed API look like?
label.style.textAlign='axisCenter'