ululalbab / google-motion-charts-with-r

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

Shuffled variable names #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Markus,

I've bumped into a curious problem. When I display my motion chart, all the 
variables are mislabled - i.e. all the right data are there, but the data that 
should be assigned the name "Clearport" are now called "Traded". Not just one, 
but all the variable names have been shifted.

I'm running R version 2.14.1, which I've tried it both on Windows and Ubuntu.

Is this something you've seen before?

My code is below.

Best,

Grant

setwd("XXXXX")

futOnlyFull<- read.csv("futOnlyFull090612.csv")

futOnlyFull$Date <- as.Date(as.character(futOnlyFull$Date),format="%m/%d/%Y")

require(googleVis)
Motion=gvisMotionChart(futOnlyFull, idvar="Name", timevar="Date", 
options=list(height=600, width=1000)) 

plot(Motion)  

What is the expected output? What do you see instead?

The chart is fine...but all the variables are mislabled.

What version of the product are you using? On what operating system?

googleVis version 0.2.16
on R version 2.14.1
on both Windows Vista and lubuntu 12.04

Original issue reported on code.google.com by cavanaug...@gmail.com on 6 Sep 2012 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
How strange. Can you identify a subset of your data for which the works as 
expected?

Original comment by markus.g...@googlemail.com on 7 Sep 2012 at 8:21

GoogleCodeExporter commented 9 years ago
Hi Grant,

I believe the issue is fixed with version 0.3.0 of googleVis.
Can you please check and confirm.

Thanks

Markus

Original comment by markus.g...@googlemail.com on 21 Oct 2012 at 8:18

GoogleCodeExporter commented 9 years ago
Hi Markus,

Thanks so much for the heads up. I'm just back in town and hopefully will
get a chance to run this on the machines that were giving me problems
tomorrow.

-Grant

On Sun, Oct 21, 2012 at 4:18 AM, <google-motion-charts-with-r@googlecode.com

Original comment by cavanaug...@gmail.com on 29 Oct 2012 at 2:17

GoogleCodeExporter commented 9 years ago
Hi Markus,

It looks like your latest update fixed the problem! Congrats and thanks.

Best,
Grant
On Oct 29, 2012 10:16 AM, "Grant Cavanaugh" <cavanaugh.grant@gmail.com>
wrote:

Original comment by cavanaug...@gmail.com on 1 Nov 2012 at 7:23