I have a bar chart and I want the category labels (x-axis ) to be Chapters. So the Chapters should be labeled 1, 7, 89 ,60, depending on the data in the dataset, but the problem is that the chart software interprets the chapters as numbers and tries to scale the axes to that 0,1,2,3, etc are showing. I parse the chapters in a dataset as strings but the chart software still interprets them as numbers and applies scaling.
If I parse the chapters as -1-, -7-, -89- then they are correctly displayed. Is it possible to force the chart software to interpret these chapters as a strings and only display the Chapters in the data and not to try a apply scaling.