Is there anyway to change the x value of this text from my stylesheet?
< text class=\"jqx-chart-axis-text\" x=\"7\" y=\"11\" width=\"50\" height=\"37\" cursor=\"d
You can use transform: translateX(5px) to change the x coordinate of text element.
transform: translateX(5px)