문제

I am plotting gvisColumnChart, my x-axis data is Date-Time variable and I don't have data for some Date-Time, gvisColumnChart is showing blank space in between. How should I remove this space and plot continuously.

도움이 되었습니까?

해결책

Convert Date-Time variable to character, df$Column_Name = as.character(df$Column_Name)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top