I was trying to find a solution but could not. I have a table, which I need to represent as a horizontal bar chart:
1st row: Y-axis labels
2nd row: data (length of each bar chart)
3rd row: labels at the end of each bar chart.
It's easy to do but I also need that the labels on the X-axis reflected the data in row 2. So the numbers in row 2 are
35 108 125 140 151 215 270
and I need the labels on the X-axis to be the same. Currently they are 50, 100, 150, 200, 250 and 300. Is it possible to achieve?
1st row: Y-axis labels
2nd row: data (length of each bar chart)
3rd row: labels at the end of each bar chart.
It's easy to do but I also need that the labels on the X-axis reflected the data in row 2. So the numbers in row 2 are
35 108 125 140 151 215 270
and I need the labels on the X-axis to be the same. Currently they are 50, 100, 150, 200, 250 and 300. Is it possible to achieve?