ggplot(data=A, aes(x = Date, y = WaterLevel)) + geom_line(aes(color = Location))
enter image description here
is the data format wrong?