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