Hello.
For my bar chart, my xAxis label display the beginning and ending time of a given task(12:00AM - 1:00AM). However, the label is too long and overlaps with other labels on the axis.

I tired to use the IndexAxisValueFormatter where I give an Arraylist of String that has String formatted like this 12:00AM - \n1:00AM, so I can stack the time on top of each other. That idea did not work.
Is there a way to get the label to be formatted like that?
Hello.
For my bar chart, my xAxis label display the beginning and ending time of a given task(
12:00AM - 1:00AM). However, the label is too long and overlaps with other labels on the axis.I tired to use the
IndexAxisValueFormatterwhere I give an Arraylist of String that has String formatted like this12:00AM - \n1:00AM, so I can stack the time on top of each other. That idea did not work.Is there a way to get the label to be formatted like that?