Can't start Y-axis on ggplot higher up
as soon as I specify c(15000000,max(variable)) I just lose all the visual
aes(x= ecomm_data3$Month, y = ecomm_data3$Value, fill = ecomm_data3$Year) +
geom_bar(stat = 'identity', position = "dodge") +
scale_y_continuous(name="E-comm Value £", labels = comma) +
labs(title = "Total e-comm value", x = "Date") +
scale_fill_manual("Year", values = c("18" = "steelblue", "19" = "orange"))```
Loss of visual completely