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