Skip to content

Data.frame is not supported when first columns is a date.time #189

@vspinu

Description

@vspinu
> dygraph(data.frame(date = as.Date(Sys.time()), metric = 1))
Error in dygraph(data.frame(date = as.Date(Sys.time()), metric = 1)) : 
  Unsupported type passed to argument 'data'.
> dygraph(data.frame(date = (Sys.time()), metric = 1))
Error in dygraph(data.frame(date = (Sys.time()), metric = 1)) : 
  Unsupported type passed to argument 'data'.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions