I have some fake sales data in which the Year variable is of character type and Sales variable is of double type.
I am trying to plot them in ggplot but can not do it. The geom_line() function only shows a straight line right in the middle of the graph and doesn't change according the the amount of sale.
Thanks in advance.