Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top