I have a chart with values of 0 and 1 for each day in a month.
I would like the graph to be plotted correctly but instead of having 0 and 1 as y-axis values, I want it to plot 'yes' and 'no' values instead. That is, 'yes' is a value of 1 and 'no' is a value of 0.
Is this possible?
Thanks in advance.