search for: gvismotionchart

Displaying 5 results from an estimated 5 matches for "gvismotionchart".

2011 Oct 13
0
Issues with gvisMotionChart
Hi, I've just been introduced to this wonderful chart making tool from Google and I've already stumbled. When I am trying to execute this code below, and I double-click to open the html file I cannot see the chart at all !! M <- gvisMotionChart(Fruits, "Fruit", "Year") cat<http://inside-r.org/r-doc/base/cat>(M$html$chart, file<http://inside-r.org/r-doc/base/file>="tmp.html") However if I execute : M <- gvisMotionChart(Fruits, "Fruit", "Year") plot(M) then I can see the...
2012 Nov 21
0
size of the side panel in gvisMotionChart
Hello, Is there an option parameter to increase the size of the bottom right side panel in gvisMotionChart? My data labels are too long for this panel (for example "Call butterfly spread @ 2400/2600/2800") and the names are always cut even if I increase the width and height. Regards Xavier [[alternative HTML version deleted]]
2011 Oct 31
1
googleVis motionchart - slow with Date class
...ing 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...
2010 Dec 14
0
googleVis 0.2.2 - Using the Google Visualisation API with R
...with 'gvis'. o Output is now of class 'gvis' with generic print and plot functions. o 'gvis' objects are list of lists, which allow the user to extract the various parts of the visualisation output, e.g. the chart object. NEW FEATURES o New functions: - gvisMotionChart to generate motion charts - gvisGeoMap to generate geographical maps - gvisMap to generate maps - gvisTreeMap to generate tree maps - gvisTable to generate table output - print.gvis: generic function to print 'gvis' objects - plot.gvis: generic function to display ...
2010 Dec 14
0
googleVis 0.2.2 - Using the Google Visualisation API with R
...with 'gvis'. o Output is now of class 'gvis' with generic print and plot functions. o 'gvis' objects are list of lists, which allow the user to extract the various parts of the visualisation output, e.g. the chart object. NEW FEATURES o New functions: - gvisMotionChart to generate motion charts - gvisGeoMap to generate geographical maps - gvisMap to generate maps - gvisTreeMap to generate tree maps - gvisTable to generate table output - print.gvis: generic function to print 'gvis' objects - plot.gvis: generic function to display ...