Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在绘制 gvisColumnChart,我的 x 轴数据是日期时间变量,并且我没有某些日期时间的数据,gvisColumnChart 之间显示空白。我应该如何删除这个空间并连续绘制。
将日期时间变量转换为字符,df$Column_Name = as.character(df$Column_Name)