search for: motionchart

Displaying 1 result from an estimated 1 matches for "motionchart".

2011 Oct 31
1
googleVis motionchart - slow with Date class
...the date column as a Date class variable, the plot as presented in the browser becomes considerably slower and very prone to crashing the browser. To illustrate this issue I have modified the WorldBank demo. ### objects from demo("WorldBank", package = "googleVis") M <- gvisMotionChart(subData, idvar="country.name", timevar="year", options=list(width=700, height=600)) plot(M) This works fine and I can smoothly move back and forth between the scatter plots and the line plots. ## here I express the date as a Date class object - arbibrarily assigning each yea...