tush1r / google-motion-charts-with-r

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

timevar issue for gvisMotionChart #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. M2 <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Date", date.format = 
'%Y-%m-%d') 
2. plot(M2)
3.

What is the expected output? What do you see instead?
it should display the date formatted in '%Y-%m-%d' but the webpage is unable to 
load at all.

What version of the product are you using? On what operating system?
googleVis_0.4.5.tar.gz

Please provide any additional information below.

I used to use Date object for timevar and it worked well and this time I use 
the same code but the webpage failed to load while if I change to 
M2 <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Year")
the motion chart does show up in the webpage.  I am wondering if there is any 
change recently about the timevar parameter.   

Original issue reported on code.google.com by yt...@google.com on 16 Oct 2013 at 3:23

GoogleCodeExporter commented 9 years ago
I can't reproduce the problem. The code above works fine for me. Here is my 
setup:

sessionInfo()

R version 3.0.2 (2013-09-25)
Platform: x86_64-apple-darwin10.8.0 (64-bit)

locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] googleVis_0.4.5

loaded via a namespace (and not attached):
[1] RJSONIO_1.0-3 tools_3.0.2 

Original comment by markus.g...@googlemail.com on 16 Oct 2013 at 6:12

GoogleCodeExporter commented 9 years ago

Original comment by markus.g...@googlemail.com on 5 Nov 2013 at 7:11