ululalbab / google-motion-charts-with-r

Automatically exported from code.google.com/p/google-motion-charts-with-r
0 stars 0 forks source link

Quarterly dates not working with googleVis library #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate dataframe with quarterly values (e.g. 2011Q1, 2011Q2, etc)
2. Attempt to generate motion chart

What is the expected output? What do you see instead?
Expected output is a motion chart based on the quarterly dates. Output instead 
is: 

Error in testTimevar(x[[options$data$timevar]], options$data$date.format) : 
  The timevar has to be of numeric or Date format. Currently it is  factor

What version of the product are you using? On what operating system?
0.4.2, Mac OS

Please provide any additional information below.
Full details are in the Stack Overflow issue here: 
http://stackoverflow.com/questions/21861474/how-do-i-depict-quarterly-data-using
-googlevis-in-r

Original issue reported on code.google.com by sogr...@gmail.com on 18 Feb 2014 at 6:20

GoogleCodeExporter commented 9 years ago
Please update your version of googleVis to the most recent release 0.4.7. 
Should you still have a problem with your data, then please send a minimal 
reproducible example (including toy data).

Original comment by markus.g...@googlemail.com on 18 Feb 2014 at 8:38