df1 <- data.frame(
"Item" = c("20170315","20170316","20170409","20170411","20170525"),
"Value" = c(400, 515, 743, 682, 458))
df2 <- data.frame(
"Item" = c("20180102","20180227","20180311","20180318","20180522","20180628"),
"Value" = c(793, 541, 777, 847, 901, 433))
Want to show two dataframe in one plot,
like this picture. Have a nice day!