I'm using LineChart from Danielgindi/Charts. I have a requirement to display custom text instead of values on x-axis.
With my implementation, I got this
But, I need it as
If you observe in the second image, there is text (WEEK 1, WEEK 2, WEEK 3, WEEK 4) on x-axis instead of values (0.0, 0.8, 1.6, 2.4) as in first image.
Let me know, if there is any option to show the text instead of value on x-axis.

