Home › Forums › Chart Support › Custom String label in Yaxis › Reply To: Custom String label in Yaxis
@sivasankari
Since you are storing date as labels and not as x-value, you should use e.label instead of e.value in labelFormatter function of axisX. Please take a look at this updated JSFiddle.
e.label
e.value
—- Bivek Singh