I'm using a line chart to plot some values, where the x-axis has a set of strings and the y-axis has a double value between 0 and 1. Everything works correctly except there is a gap between the first x value and the y-axis the image shows.
In this question the solution is setting the x-axis maximum and minimum value. However, I can't seem to do it in this case as the values are strings and not doubles / dates.