Hey everyone,
I made a bar graph that counts the number of times a customer ordered something from us by day. The x-axis is the number of orders made, and the y-axis is the total count of customers within that segment.
Right now the x-axis is counting by 5s, and I have to hover over to see specifically which bar represents which segment.
Is there a way to display all the segments, so I can export it to a .ppt, or do I have to edit the data frame itself and change it from an int to a string?
EDIT:
changing the x axis into a string didn’t solve it.